Skip to content

Commit c22c0d6

Browse files
committed
Release 0.4.1
1 parent a5413b6 commit c22c0d6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
<!-- next-header -->
8-
98
## [Unreleased] - ReleaseDate
9+
10+
## [0.4.1] - 2019-12-20
1011
### Removed
1112
- Removed `bytes` dependency which was only used by the svc_account example
1213

@@ -42,7 +43,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4243
- Initial add of `tame-oauth`
4344

4445
<!-- next-url -->
45-
[Unreleased]: https://github.com/EmbarkStudios/tame-oauth/compare/0.4.0...HEAD
46+
[Unreleased]: https://github.com/EmbarkStudios/tame-oauth/compare/0.4.1...HEAD
47+
[0.4.1]: https://github.com/EmbarkStudios/tame-oauth/compare/0.4.0...0.4.1
4648
[0.4.0]: https://github.com/EmbarkStudios/tame-oauth/compare/0.3.1...0.4.0
4749
[0.3.1]: https://github.com/EmbarkStudios/tame-oauth/compare/0.3.0...0.3.1
4850
[0.3.0]: https://github.com/EmbarkStudios/tame-oauth/compare/0.2.1...0.3.0

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.0"
3+
version = "0.4.1"
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)