Skip to content

Commit c57773a

Browse files
authored
chore: release 0.3.0 (#46)
1 parent 478fadc commit c57773a

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ commitizen:
33
name: cz_conventional_commits
44
tag_format: $version
55
update_changelog_on_bump: true
6-
version: 0.2.0
6+
version: 0.3.0
77
version_files:
88
- Cargo.toml
99
- packages/http-canister-client/package.json:version

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.3.0 (2025-03-18)
2+
3+
### Feat
4+
5+
- update deps (#45)
6+
17
## 0.2.0 (2025-02-10)
28

39
### Feat

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ members = [
1212
default-members = ["packages/ic-http-gateway"]
1313

1414
[workspace.package]
15-
version = "0.2.0"
15+
version = "0.3.0"
1616
authors = ["DFINITY Stiftung"]
1717
edition = "2021"
1818
repository = "https://github.com/dfinity/http-gateway"
@@ -57,4 +57,4 @@ ic-certification = ">=3.0.3, <4.0.0"
5757
ic-http-certification = ">=3.0.3, <4.0.0"
5858
ic-asset-certification = ">=3.0.3, <4.0.0"
5959

60-
ic-http-gateway = { path = "./packages/ic-http-gateway", version = "0.2.0" }
60+
ic-http-gateway = { path = "./packages/ic-http-gateway", version = "0.3.0" }

0 commit comments

Comments
 (0)