Skip to content

Commit

Permalink
chore(release): v0.4.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Oct 23, 2022
1 parent e17fa61 commit 1cb43d5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
## [0.4.0](https://github.com/Wynntils/Hades/compare/v0.3.0...v0.4.0) (2022-10-23)


### New Features

* Implement ping-pong packet pair ([#9](https://github.com/Wynntils/Hades/issues/9)) ([e17fa61](https://github.com/Wynntils/Hades/commit/e17fa61f0b2b68540a79b566aa57ae58ef440e7b))

## [0.3.0](https://github.com/Wynntils/Hades/compare/v0.2.3...v0.3.0) (2022-10-22)


### New Features

* HSPacketUpdateMutual and HCPacketUpdateStatus use float for location ([#8](https://github.com/Wynntils/Hades/issues/8)) ([e817e4e](https://github.com/Wynntils/Hades/commit/e817e4e90a6c60e2479832bcac047cb33723abf8))


### Miscellaneous Chores

* **release:** v0.3.0 [skip ci] ([c13fa8a](https://github.com/Wynntils/Hades/commit/c13fa8a68d06498fbea57abe02d1185b96b0ed8b))

## [0.2.3](https://github.com/Wynntils/Hades/compare/v0.2.2...v0.2.3) (2022-10-21)


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

group = "com.wynntils.hades"
version = "0.3.0"
version = "0.4.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit 1cb43d5

Please sign in to comment.