diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f8d6d6..66a5207 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## [0.1.6](https://github.com/Blobfolio/trimothy/releases/tag/v0.1.6) - 2023-01-26 + +### Changed + +* Bump brunch `0.4` + + + ## [0.1.5](https://github.com/Blobfolio/trimothy/releases/tag/v0.1.5) - 2022-12-27 ### Changed diff --git a/CREDITS.md b/CREDITS.md index 2748a25..0583266 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -1,6 +1,6 @@ # Project Dependencies Package: trimothy - Version: 0.1.5 - Generated: 2022-12-27 19:32:00 UTC + Version: 0.1.6 + Generated: 2023-01-26 17:28:01 UTC This package has no dependencies. diff --git a/Cargo.toml b/Cargo.toml index 826930b..b9ec739 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trimothy" -version = "0.1.5" +version = "0.1.6" authors = ["Blobfolio, LLC. "] edition = "2021" rust-version = "1.56" @@ -25,7 +25,7 @@ man-dir = "./" credits-dir = "./" [dev-dependencies] -brunch = "0.3.*" +brunch = "0.4.*" [[bench]] name = "fn_trim_slice" diff --git a/README.md b/README.md index c94767b..a89d129 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ trimothy = "0.1" ## License -Copyright © 2022 [Blobfolio, LLC](https://blobfolio.com) <hello@blobfolio.com> +Copyright © 2023 [Blobfolio, LLC](https://blobfolio.com) <hello@blobfolio.com> This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2.