Skip to content

Commit f9ec0fa

Browse files
chore(main): release 1.1.0
chore(main): release 1.1.0
2 parents 07b1fe3 + 1325ce0 commit f9ec0fa

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.2"
2+
".": "1.1.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/ZeroGachis/magicparse/compare/1.0.2...1.1.0) (2026-02-18)
4+
5+
6+
### Features
7+
8+
* Expose a Transform class to build & evaluate a JSONata expression ([07b1fe3](https://github.com/ZeroGachis/magicparse/commit/07b1fe3d1e2e486ca2679178ae6b3d90b3d09e8c))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* **vscode:** Improve default settings ([d9869c5](https://github.com/ZeroGachis/magicparse/commit/d9869c50ec41a68cc793885fa861368605022366))
14+
15+
16+
### Code Refactoring
17+
18+
* Rename internal 'Tranform' abstract class into 'ParsingTransform' ([830bff5](https://github.com/ZeroGachis/magicparse/commit/830bff5de4066f47934ed6a2d97be065eb76677a))
19+
320
## [1.0.2](https://github.com/ZeroGachis/magicparse/compare/1.0.1...1.0.2) (2026-02-17)
421

522

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "magicparse"
3-
version = "1.0.2"
3+
version = "1.1.0"
44
description = "Declarative parser 🛸"
55
authors = ["Smartway <dev@zero-gachis.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)