Skip to content

Commit

Permalink
chore(main): release 0.5.0 (#43)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.5.0](v0.4.0...v0.5.0)
(2024-04-19)


### Features

* add filter chaining
([#44](#44))
([45e64fa](45e64fa))
* namespace remover
([#42](#42))
([3907330](3907330))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
tacascer authored Apr 19, 2024
1 parent 0924cf8 commit bf32a9b
Show file tree
Hide file tree
Showing 3 changed files with 10 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.4.0"
".": "0.5.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.5.0](https://github.com/tacascer-org/xml-processor/compare/v0.4.0...v0.5.0) (2024-04-19)


### Features

* add filter chaining ([#44](https://github.com/tacascer-org/xml-processor/issues/44)) ([45e64fa](https://github.com/tacascer-org/xml-processor/commit/45e64fa4594774a4725dea4c1c9590ddf51c65bf))
* namespace remover ([#42](https://github.com/tacascer-org/xml-processor/issues/42)) ([3907330](https://github.com/tacascer-org/xml-processor/commit/3907330626fbb7de1d8688d427c615c307bb8bf9))

## [0.4.0](https://github.com/tacascer-org/xml-processor/compare/v0.3.0...v0.4.0) (2024-04-16)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
}

group = "io.github.tacascer"
version = "0.4.0" // x-release-please-version
version = "0.5.0" // x-release-please-version

repositories {
mavenCentral()
Expand Down

0 comments on commit bf32a9b

Please sign in to comment.