Skip to content

Commit

Permalink
chore(deps): bump to v2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Aug 10, 2023
1 parent e91e922 commit 231fb20
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 50 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unrealeased](https://github.com/jeertmans/languagetool-rust/compare/v2.1.3...HEAD)
## [2.1.4](https://github.com/jeertmans/languagetool-rust/compare/v2.1.3...v2.1.4)

### Fixed

Expand Down
106 changes: 59 additions & 47 deletions 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 @@ -56,7 +56,7 @@ name = "languagetool-rust"
readme = "README.md"
repository = "https://github.com/jeertmans/languagetool-rust"
rust-version = "1.64.0"
version = "2.1.3"
version = "2.1.4"

[package.metadata.docs.rs]
all-features = true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ To use LanguageTool-Rust in your Rust project, add to your `Cargo.toml`:
```toml
[dependencies]
languagetool_rust = "2.0"
languagetool_rust = "^2.1"
```
### Example
Expand Down

0 comments on commit 231fb20

Please sign in to comment.