Skip to content

Commit 6b6558b

Browse files
committed
Release 0.10.0
1 parent 2ed9728 commit 6b6558b

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
<!-- next-header -->
1010
## [Unreleased] - ReleaseDate
11+
## [0.10.0] - 2024-03-21
1112
### Changed
1213
- [PR#72](https://github.com/EmbarkStudios/tame-oauth/pull/72) update `http` -> 1.1.0.
1314

@@ -144,7 +145,8 @@ Release failed and was yanked. Released as 0.9.1 instead.
144145
- Initial add of `tame-oauth`
145146

146147
<!-- next-url -->
147-
[Unreleased]: https://github.com/EmbarkStudios/tame-oauth/compare/0.9.6...HEAD
148+
[Unreleased]: https://github.com/EmbarkStudios/tame-oauth/compare/0.10.0...HEAD
149+
[0.10.0]: https://github.com/EmbarkStudios/tame-oauth/compare/0.9.6...0.10.0
148150
[0.9.6]: https://github.com/EmbarkStudios/tame-oauth/compare/0.9.4...0.9.6
149151
[0.9.4]: https://github.com/EmbarkStudios/tame-oauth/compare/0.9.3...0.9.4
150152
[0.9.3]: https://github.com/EmbarkStudios/tame-oauth/compare/0.9.2...0.9.3

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tame-oauth"
3-
version = "0.9.6"
3+
version = "0.10.0"
44
authors = [
55
"Embark <opensource@embark-studios.com>",
66
"Jake Shadle <jake.shadle@embark-studios.com>",

0 commit comments

Comments
 (0)