Skip to content

Commit

Permalink
chore(release): prepare for v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnychevalier committed Aug 21, 2024
1 parent 312b42f commit 580bbe0
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## [0.2.0] - 2024-08-21

### 🚀 Features

- Support loading a config from `Cargo.toml` like [`typos`][typos]

### 🚜 Refactor

- Reduce the MSRV to 1.74.0

[0.2.0]: https://github.com/ronnychevalier/typope/compare/v0.1.1..v0.2.0

## [0.1.1] - 2024-08-07

### 🐛 Bug Fixes
Expand All @@ -23,3 +35,5 @@ All notable changes to this project will be documented in this file.
This was the initial release of `typope`.

[0.1.0]: https://github.com/ronnychevalier/typope/releases/tag/v0.1.0

[typos]: https://github.com/crate-ci/typos
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.1"
version = "0.2.0"
license = "MIT OR Apache-2.0"
readme = "README.md"
rust-version = "1.74.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ additional terms or conditions.
[typos]: https://github.com/crate-ci/typos
[tree-sitter]: https://tree-sitter.github.io/tree-sitter/
[typographical-syntax]: https://en.wikipedia.org/wiki/Typographical_syntax
[rustc-image]: https://img.shields.io/badge/rustc-1.80+-blue.svg
[rustc-image]: https://img.shields.io/badge/rustc-1.74+-blue.svg
[license-image]: https://img.shields.io/crates/l/typope.svg
[crates.io]: https://crates.io/crates/typope
[Latest Version]: https://img.shields.io/crates/v/typope.svg

0 comments on commit 580bbe0

Please sign in to comment.