Version bump to v0.3.0
This commit is contained in:
parent
74a3e80d2f
commit
61f02e7ae7
2 changed files with 5 additions and 2 deletions
|
@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
|
|||
|
||||
## Unreleased
|
||||
|
||||
## [v0.3.0] - 2022-02-01
|
||||
|
||||
### Added
|
||||
|
||||
- `cowsaid` and `cowthunk` functions for getting cow art without printing it
|
||||
|
@ -71,7 +73,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
|
|||
|
||||
- `cowsay` function for Julia in package format
|
||||
|
||||
[Unreleased]: https://github.com/MillironX/Cowsay.jl/compare/v0.2.1...HEAD
|
||||
[Unreleased]: https://github.com/MillironX/Cowsay.jl/compare/v0.3.0...HEAD
|
||||
[v0.3.0]: https://github.com/MillironX/Cowsay.jl/compare/v0.2.1...v0.3.0
|
||||
[v0.2.1]: https://github.com/MillironX/Cowsay.jl/compare/v0.2.0...v0.2.1
|
||||
[v0.2.0]: https://github.com/MillironX/Cowsay.jl/compare/v0.1.0...v0.2.0
|
||||
[v0.1.0]: https://github.com/MillironX/Cowsay.jl/releases/tag/v0.1.0
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
name = "Cowsay"
|
||||
uuid = "b6370f49-8ad1-4651-ad9e-3639b35da0e9"
|
||||
authors = ["Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com> and contributors"]
|
||||
version = "0.2.1"
|
||||
version = "0.3.0"
|
||||
|
||||
[deps]
|
||||
TextWrap = "b718987f-49a8-5099-9789-dcd902bef87d"
|
||||
|
|
Loading…
Reference in a new issue