Skip to content

Commit

Permalink
Bumped version; updated changelog (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
trag1c authored May 29, 2024
1 parent c738f16 commit 9bab90a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [2.2.0] - 2024-05-29

### Added
* `RuleGroup.apply`
* `common.ANY_INT`
* `common.ANY_FLOAT`
* `common.ANY_NUMBER`

## [2.1.0] - 2024-05-01

This release should also include mypyc wheels for Python 3.12 on PyPI.
Expand Down Expand Up @@ -126,3 +134,4 @@ Initial release 🎉
[1.3.0]: https://github.com/trag1c/crossandra/compare/1.2.4...1.3.0
[2.0.0]: https://github.com/trag1c/crossandra/compare/1.3.0...2.0.0
[2.1.0]: https://github.com/trag1c/crossandra/compare/2.0.0...2.1.0
[2.2.0]: https://github.com/trag1c/crossandra/compare/2.1.0...2.2.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "crossandra"
version = "2.1.0"
version = "2.2.0"
description = "A fast and simple enum/regex-based tokenizer with decent configurability"
authors = [{ email = "trag1c <trag1cdev@yahoo.com>" }]
license = { text = "MIT" }
Expand Down

0 comments on commit 9bab90a

Please sign in to comment.