Skip to content

Commit

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


##
[0.6.0](v0.5.0...v0.6.0)
(2024-04-27)


### Features

* follow API guidelines
([#46](#46))
([3d20150](3d20150))
* NamespaceRemover ignore `xs:`
([#50](#50))
([f6df429](f6df429))

---
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 27, 2024
1 parent 71bee65 commit 437acbb
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.5.0"
".": "0.6.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.6.0](https://github.com/tacascer-org/xml-processor/compare/v0.5.0...v0.6.0) (2024-04-27)


### Features

* follow API guidelines ([#46](https://github.com/tacascer-org/xml-processor/issues/46)) ([3d20150](https://github.com/tacascer-org/xml-processor/commit/3d201507411247f4fed3652078421c9bf6a0adeb))
* NamespaceRemover ignore `xs:` ([#50](https://github.com/tacascer-org/xml-processor/issues/50)) ([f6df429](https://github.com/tacascer-org/xml-processor/commit/f6df4295aefc7f7ff85841661d87db51607bc4d3))

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


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.5.0" // x-release-please-version
version = "0.6.0" // x-release-please-version

repositories {
mavenCentral()
Expand Down

0 comments on commit 437acbb

Please sign in to comment.