Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 committed Sep 24, 2022
1 parent 04c144b commit 7466997
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ description = "Changelog"
weight = 3
+++

## 0.11.0 (2022-09-24)

### Improved

- Optimize filter word matching using the ahocorasick crate ([#263](https://github.com/ayrat555/el_monitorro/pull/263))
- Configure the max number of filter words with the env var ([#264](https://github.com/ayrat555/el_monitorro/pull/264))
- Re-use the http client for all requests ([#265](https://github.com/ayrat555/el_monitorro/pull/265))
- Parse links along with their content ([#266](https://github.com/ayrat555/el_monitorro/pull/266))

### Fixed

- Fix long links in templates ([#257](https://github.com/ayrat555/el_monitorro/pull/257))

## 0.10.0 (2022-09-04)

### Added
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
@@ -1,6 +1,6 @@
[package]
name = "el_monitorro"
version = "0.10.0"
version = "0.11.0"
authors = ["Ayrat Badykov <[email protected]>"]
edition = "2021"
rust-version = "1.62"
Expand Down

0 comments on commit 7466997

Please sign in to comment.