Skip to content

Commit 2976eed

Browse files
committed
doc: Initial CHANGELOG
misc: Add License for SDK
1 parent 86fc682 commit 2976eed

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,4 @@ All notable changes to this project will be documented in this file.
88

99
- Initial CHANGELOG
1010

11-
### ⚙️ Miscellaneous Tasks
12-
13-
- Add License for SDK
14-
1511
<!-- generated by git-cliff -->

inngest/Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
[package]
22
name = "inngest"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Inngest Engineering <[email protected]>"]
55
edition = "2021"
66
description = "Inngest Rusk SDK"
77
license-file = "LICENSE"
8-
readme = "README.md"
8+
readme = "../README.md"
9+
homepage = "https://github.com/inngest/inngest-rs"
10+
repository = "https://github.com/inngest/inngest-rs"
911

1012
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1113

0 commit comments

Comments
 (0)