Skip to content

Commit 61c2de5

Browse files
committed
Release 0.2.3
1 parent 65ad2a3 commit 61c2de5

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
@@ -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.2.3] - 2020-11-11
910
### Changed
1011
- Updated dependencies.
1112

@@ -38,7 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3839
- Initial add of the thing
3940

4041
<!-- next-url -->
41-
[Unreleased]: https://github.com/EmbarkStudios/cargo-about/compare/0.2.2...HEAD
42+
[Unreleased]: https://github.com/EmbarkStudios/cargo-about/compare/0.2.3...HEAD
43+
[0.2.3]: https://github.com/EmbarkStudios/cargo-about/compare/0.2.2...0.2.3
4244
[0.2.2]: https://github.com/EmbarkStudios/cargo-about/compare/0.2.1...0.2.2
4345
[0.2.1]: https://github.com/EmbarkStudios/cargo-about/compare/0.2.0...0.2.1
4446
[0.2.0]: https://github.com/EmbarkStudios/cargo-about/compare/0.1.1...0.2.0

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 = "cargo-about"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
description = "Cargo plugin for generating a listing of all of the crates and the the terms under which they are licensed"
55
authors = ["Embark <[email protected]>", "Jake Shadle <[email protected]>"]
66
edition = "2018"

0 commit comments

Comments
 (0)