Skip to content

Commit

Permalink
Become 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Jul 16, 2024
1 parent feac5c0 commit 1456047
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,28 @@
### Changelog

#### [v1.3.0](https://github.com/valohai/leval/compare/v1.2.0...v1.3.0)

> 16 July 2024
- Add tooling for dealing with dashed identifiers; port over common boolean evaluator [`#15`](https://github.com/valohai/leval/pull/15)

#### [v1.2.0](https://github.com/valohai/leval/compare/v1.1.1...v1.2.0)

> 29 December 2023
- Invalid attribute exception subclass [`#13`](https://github.com/valohai/leval/pull/13)
- Make it possible to opt-out from loose is/is-not operations [`#12`](https://github.com/valohai/leval/pull/12)
- Support None and loose identity operators [`#11`](https://github.com/valohai/leval/pull/11)

#### [v1.1.1](https://github.com/valohai/leval/compare/v1.1.0...v1.1.1)

> 28 September 2023
- Don't rewrite expression keywords [`#10`](https://github.com/valohai/leval/pull/10)

#### [v1.1.0](https://github.com/valohai/leval/compare/v1.0.0...v1.1.0)

> 26 Sep 2023
> 26 September 2023
- Add evaluator with expression pre-parse rewriting [`#7`](https://github.com/valohai/leval/pull/7)

Expand Down
2 changes: 1 addition & 1 deletion leval/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.0"
__version__ = "1.3.0"

0 comments on commit 1456047

Please sign in to comment.