Skip to content

Commit

Permalink
chore(release): prepare for v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnychevalier committed Aug 7, 2024
1 parent c11fbf7 commit c175885
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## [Unreleased]
## [0.1.1] - 2024-08-07

### 🐛 Bug Fixes

Expand All @@ -16,9 +16,9 @@ All notable changes to this project will be documented in this file.
- *(README)* Add install and usage examples
- *(README)* Mention that the tool is experimental

[Unreleased]: https://github.com/ronnychevalier/typope/compare/v0.1.0...HEAD
[0.1.1]: https://github.com/ronnychevalier/typope/compare/v0.1.0..v0.1.1

## [0.1.0] - 04-08-2024
## [0.1.0] - 2024-08-04

This was the initial release of `typope`.

Expand Down
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
Expand Up @@ -2,7 +2,7 @@
name = "typope"
edition = "2021"
description = "Pedantic source code checker for orthotypography mistakes and other typographical errors"
version = "0.1.0"
version = "0.1.1"
license = "MIT OR Apache-2.0"
readme = "README.md"
rust-version = "1.80.0"
Expand Down

0 comments on commit c175885

Please sign in to comment.