Skip to content

Commit

Permalink
Version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wezm committed Sep 3, 2022
1 parent ce56b4c commit 3697e8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "titlecase"
description = "A tool and library that capitalizes text according to a style defined by John Gruber for post titles on his website Daring Fireball."
version = "2.1.0"
version = "2.2.0"
edition = "2018"
authors = ["Wesley Moore <[email protected]>"]

Expand Down
6 changes: 1 addition & 5 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
Changelog
=========

<!--
## [2.2.0](https://github.com/wezm/titlecase/releases/tag/v2.2.0)

- Avoid some more intermediate allocations
-->
- Further reduce allocations and optimise regex use

## [2.1.0](https://github.com/wezm/titlecase/releases/tag/v2.1.0)

Expand Down

0 comments on commit 3697e8a

Please sign in to comment.