Skip to content

Commit

Permalink
chore(main): release 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 27, 2024
1 parent 78ca92d commit 5a4e6e2
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.14.0"
".": "0.15.0"
}
25 changes: 25 additions & 0 deletions CHANGELOG.md
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))
2 changes: 1 addition & 1 deletion pyproject.toml
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"
Expand Down

0 comments on commit 5a4e6e2

Please sign in to comment.