Skip to content

Commit

Permalink
chore(release): prepare for v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnychevalier committed Aug 24, 2024
1 parent 12eabd7 commit b56e896
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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

## [0.3.0] - 2024-08-24

### 🚀 Features

- Add `--write-changes` to apply automatically the lint suggestion
- Add `--strings` to print strings that would be linted

### 🐛 Bug Fixes

- *(python)* Ignore docstrings

[0.3.0]: https://github.com/ronnychevalier/typope/compare/v0.2.0..v0.3.0

## [0.2.0] - 2024-08-21

### 🚀 Features
Expand Down
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.2.0"
version = "0.3.0"
license = "MIT OR Apache-2.0"
readme = "README.md"
rust-version = "1.74.0"
Expand Down

0 comments on commit b56e896

Please sign in to comment.