Skip to content

Commit 520ed39

Browse files
authored
chore: release 0.2.0 (#41)
1 parent aa5e33b commit 520ed39

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-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.1.0
6+
version: 0.2.0
77
version_files:
88
- Cargo.toml
99
- packages/http-canister-client/package.json:version

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.2.0 (2025-02-10)
2+
3+
### Feat
4+
5+
- **ic-http-gateway**: propagate http error (#33)
6+
7+
### Fix
8+
9+
- **ic-http-gateway**: include range header when running response verification for range requests (#40)
10+
111
## 0.1.0 (2024-12-20)
212

313
### 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.1.0"
15+
version = "0.2.0"
1616
authors = ["DFINITY Stiftung"]
1717
edition = "2021"
1818
repository = "https://github.com/dfinity/http-gateway"
@@ -55,4 +55,4 @@ ic-certification = "3"
5555
ic-http-certification = "3"
5656
ic-asset-certification = "3"
5757

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

0 commit comments

Comments
 (0)