Skip to content

Commit 8aeaf96

Browse files
committed
Release 0.4.4
1 parent 5b458fa commit 8aeaf96

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

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

77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
9+
## [0.4.4] - 2020-10-10
910
### Fixed
1011
- [#21](https://github.com/EmbarkStudios/tame-oauth/pull/21) Fixed a rather serious bug [#20](https://github.com/EmbarkStudios/tame-oauth/issues/20) due to a terribly implemented spinlock. Thanks for the report [@fasterthanlime](https://github.com/fasterthanlime)!
1112

@@ -54,7 +55,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5455
- Initial add of `tame-oauth`
5556

5657
<!-- next-url -->
57-
[Unreleased]: https://github.com/EmbarkStudios/tame-oauth/compare/0.4.3...HEAD
58+
[Unreleased]: https://github.com/EmbarkStudios/tame-oauth/compare/0.4.4...HEAD
59+
[0.4.4]: https://github.com/EmbarkStudios/tame-oauth/compare/0.4.3...0.4.4
5860
[0.4.3]: https://github.com/EmbarkStudios/tame-oauth/compare/0.4.2...0.4.3
5961
[0.4.2]: https://github.com/EmbarkStudios/tame-oauth/compare/0.4.1...0.4.2
6062
[0.4.1]: https://github.com/EmbarkStudios/tame-oauth/compare/0.4.0...0.4.1

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.4.3"
3+
version = "0.4.4"
44
authors = ["Embark <[email protected]>", "Jake Shadle <[email protected]>"]
55
edition = "2018"
66
description = "A (very) simple oauth 2.0 library"

0 commit comments

Comments
 (0)