-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
78ca92d
commit 5a4e6e2
Showing
3 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "0.14.0" | ||
".": "0.15.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Changelog | ||
|
||
## [0.15.0](https://github.com/ZeroGachis/magicparse/compare/0.14.0...0.15.0) (2024-08-27) | ||
|
||
|
||
### Features | ||
|
||
* update to python 3.11 ([55a5fa4](https://github.com/ZeroGachis/magicparse/commit/55a5fa4f8c9d2df176eeaeeae6f0bb3e27eec0b4)) | ||
|
||
|
||
### Miscellaneous Chores | ||
|
||
* add CODEOWNERS ([4962f29](https://github.com/ZeroGachis/magicparse/commit/4962f29abd40bda61d74fd972c66f801fc3051be)) | ||
* add service catalog for techportal ([78ca92d](https://github.com/ZeroGachis/magicparse/commit/78ca92d50f904b7220bd31863bfdbeb804ae44ee)) | ||
* **deps:** update black to 24 ([20e443e](https://github.com/ZeroGachis/magicparse/commit/20e443e6b458a9c39ba1154c7ba29b9f029ce15d)) | ||
* **deps:** update flake8 to 7 ([4e985f6](https://github.com/ZeroGachis/magicparse/commit/4e985f645ec1c0238cc546ef493cd54ced7aa999)) | ||
* **deps:** update poetry lock file ([fd4054e](https://github.com/ZeroGachis/magicparse/commit/fd4054e97baf3e1132a15d440f3925daaf5698aa)) | ||
* **deps:** update pytest to 8 ([f836e66](https://github.com/ZeroGachis/magicparse/commit/f836e66c985eb59ce9da455e749ee1eaaaef303c)) | ||
* switch to release please system ([2ade4c9](https://github.com/ZeroGachis/magicparse/commit/2ade4c9b9ef81d0509984a54135ed8807f52642f)) | ||
|
||
|
||
### Continuous Integration | ||
|
||
* update pullrequest CI to last common workflows version ([72b4829](https://github.com/ZeroGachis/magicparse/commit/72b48292f1767f3891e8d88feb73a202f1f52c90)) | ||
* update release ci to use releaseplease ([01b8040](https://github.com/ZeroGachis/magicparse/commit/01b80407cbdf71a4bef70befb1fe939af6511ad0)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "magicparse" | ||
version = "0.0.0" | ||
version = "0.15.0" | ||
description = "Declarative parser 🛸" | ||
authors = ["Smartway <[email protected]>"] | ||
readme = "README.md" | ||
|