Skip to content

Commit

Permalink
bump: 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstoik1 committed Oct 4, 2023
1 parent 7ac6f0c commit a4a85b6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog


## [0.2.0](https://github.com/Blobfolio/trimothy/releases/tag/v0.2.0) - 2023-10-03

### New

* `NormalizeWhitespace` trait



## [0.1.8](https://github.com/Blobfolio/trimothy/releases/tag/v0.1.8) - 2023-06-01

### Changed
Expand Down
4 changes: 2 additions & 2 deletions CREDITS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Project Dependencies
Package: trimothy
Version: 0.1.7
Generated: 2023-06-01 20:20:18 UTC
Version: 0.2.0
Generated: 2023-10-04 04:34:44 UTC

This package has no dependencies.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trimothy"
version = "0.1.8"
version = "0.2.0"
authors = ["Blobfolio, LLC. <[email protected]>"]
edition = "2021"
rust-version = "1.56"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The dependency can be added the normal way:

```toml
[dependencies]
trimothy = "0.1"
trimothy = "0.2"
```


Expand Down

0 comments on commit a4a85b6

Please sign in to comment.