Skip to content

Commit

Permalink
chore: release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanosdev committed Feb 10, 2025
1 parent aa5e33b commit a585528
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ commitizen:
name: cz_conventional_commits
tag_format: $version
update_changelog_on_bump: true
version: 0.1.0
version: 0.2.0
version_files:
- Cargo.toml
- packages/http-canister-client/package.json:version
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.2.0 (2025-02-10)

### Feat

- **ic-http-gateway**: propagate http error (#33)

### Fix

- **ic-http-gateway**: include range header when running response verification for range requests (#40)

## 0.1.0 (2024-12-20)

### Feat
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ members = [
default-members = ["packages/ic-http-gateway"]

[workspace.package]
version = "0.1.0"
version = "0.2.0"
authors = ["DFINITY Stiftung"]
edition = "2021"
repository = "https://github.com/dfinity/http-gateway"
Expand Down Expand Up @@ -55,4 +55,4 @@ ic-certification = "3"
ic-http-certification = "3"
ic-asset-certification = "3"

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

0 comments on commit a585528

Please sign in to comment.