Skip to content

Commit

Permalink
chore: bump version to v0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen committed Oct 2, 2024
1 parent adaebb8 commit ff73972
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [Unreleased](https://github.com/hougesen/hitt/compare/v0.0.15...HEAD)
#### [Unreleased](https://github.com/hougesen/hitt/compare/v0.0.16...HEAD)

#### [v0.0.16](https://github.com/hougesen/hitt/compare/v0.0.15...v0.0.16)

> 2 October 2024
- build(deps): bump clap from 4.5.18 to 4.5.19 [`#374`](https://github.com/hougesen/hitt/pull/374)
- build(deps-dev): bump @nuxt/devtools from 1.4.1 to 1.5.1 in /docs [`#371`](https://github.com/hougesen/hitt/pull/371)
Expand All @@ -23,6 +27,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- build(deps): bump clap from 4.5.17 to 4.5.18 [`#360`](https://github.com/hougesen/hitt/pull/360)
- build(deps): bump clap_complete from 4.5.26 to 4.5.28 [`#359`](https://github.com/hougesen/hitt/pull/359)
- build(deps): bump ignore from 0.4.22 to 0.4.23 [`#358`](https://github.com/hougesen/hitt/pull/358)
- build: update peer deps [`adaebb8`](https://github.com/hougesen/hitt/commit/adaebb8f8095bf0c436aabab8b974222dad85e6b)
- chore: bump dev version to v0.0.16 [`1034408`](https://github.com/hougesen/hitt/commit/1034408a5c396eccb25c363c8b12a43dcef2b6a9)

#### [v0.0.15](https://github.com/hougesen/hitt/compare/v0.0.14...v0.0.15)
Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exclude = ["docs", "examples"]
resolver = "2"

[workspace.package]
version = "0.0.16"
version = "0.0.17"
authors = ["Mads Hougesen <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -34,10 +34,10 @@ clap_complete = { version = "4.5.29" }
crossterm = { version = "0.28.1" }
eventsource-stream = { version = "0.2.3" }
futures = { version = "0.3.30" }
hitt-formatter = { path = "hitt-formatter", version = "0.0.16" }
hitt-parser = { path = "hitt-parser", version = "0.0.16" }
hitt-request = { path = "hitt-request", version = "0.0.16" }
hitt-sse = { path = "hitt-sse", version = "0.0.16" }
hitt-formatter = { path = "hitt-formatter", version = "0.0.17" }
hitt-parser = { path = "hitt-parser", version = "0.0.17" }
hitt-request = { path = "hitt-request", version = "0.0.17" }
hitt-sse = { path = "hitt-sse", version = "0.0.17" }
http = { version = "1.1.0" }
ignore = { version = "0.4.23" }
jsonformat = { version = "2.0.0" }
Expand Down

0 comments on commit ff73972

Please sign in to comment.