Version bump to v0.3.1

feature/gitea-migration v0.3.1
parent 96d3e2416e
commit c31104da84
Signed by: millironx
GPG Key ID: 139C07724802BC5D

@ -8,6 +8,12 @@ Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
## [v0.3.1] - 2022-02-01
### Fixed
- Newlines in input message are no longer stripped out during text wrapping
## [v0.3.0] - 2022-02-01
### Added
@ -73,7 +79,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.3.0...HEAD
[Unreleased]: https://github.com/MillironX/Cowsay.jl/compare/v0.3.1...HEAD
[v0.3.0]: https://github.com/MillironX/Cowsay.jl/compare/v0.3.0...v0.3.1
[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

@ -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.3.0"
version = "0.3.1"
[deps]
TextWrap = "b718987f-49a8-5099-9789-dcd902bef87d"

Loading…
Cancel
Save