Skip to content

Commit

Permalink
chore(release): v0.10.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed May 21, 2023
1 parent c806043 commit ebdf4eb
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 11 deletions.
35 changes: 25 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# [0.10.0](https://github.com/Wivik/pyp-boy/compare/v0.9.0...v0.10.0) (2023-05-21)


### Bug Fixes

* :lock: removed secret key saving ([9d0bbe4](https://github.com/Wivik/pyp-boy/commit/9d0bbe436cca281f56e37b1b99260901c2e3a775))
* :zap: remove useless files in container ([d4e86c3](https://github.com/Wivik/pyp-boy/commit/d4e86c3b44aecea6a24c7fd6a8d94573153dda52))
* missing number of fields ([d29660c](https://github.com/Wivik/pyp-boy/commit/d29660cbcc5af284c8fa2d5b30c0b3bea3f5684c))


### Features

* :bento: add new images ([f407f49](https://github.com/Wivik/pyp-boy/commit/f407f4915a392ec1bdb4dfa5aaef389faadc8550))
* :sparkles: add debug mode ([14856a1](https://github.com/Wivik/pyp-boy/commit/14856a10e40f64a517627542a710a49dc4068981))
* :sparkles: add images for chapter 4 ([0bcd03c](https://github.com/Wivik/pyp-boy/commit/0bcd03c9adb05e88013358381b59ca3f64a9bb6c))
* :sparkles: better logger ([536409b](https://github.com/Wivik/pyp-boy/commit/536409bc34191a49980b05f60981f41bac598d82))
* :sparkles: big region map available ([9288996](https://github.com/Wivik/pyp-boy/commit/9288996cb5e7df59427742f6f7ee8d180f888cfb))
* :sparkles: init location system ([6e9d61c](https://github.com/Wivik/pyp-boy/commit/6e9d61c90774638c9c0e0b93838ee10b442ac472))
* characters bio available :sparkles: ([997132f](https://github.com/Wivik/pyp-boy/commit/997132f39f6b48cd0a5dc5ad1a123e56fa20af9f))
* location discovery ([1d29941](https://github.com/Wivik/pyp-boy/commit/1d29941649bc97501e9447c14b338091c7dcd77a))
* remade lots of pictures ([34e75b6](https://github.com/Wivik/pyp-boy/commit/34e75b6723f9e7b99d7a3adb3c1b0593f67edb49))
* update to chapter 4 ([a39c5dd](https://github.com/Wivik/pyp-boy/commit/a39c5dd4fc75c29544e9a307619015f53ac4794b))



# [0.9.0](https://github.com/Wivik/pyp-boy/compare/v0.8.0...v0.9.0) (2023-04-04)


Expand Down Expand Up @@ -40,13 +65,3 @@



# [0.6.0](https://github.com/Wivik/pyp-boy/compare/v0.5.1...v0.6.0) (2023-03-20)


### Features

* :sparkles: add story log feature ([1d10ec4](https://github.com/Wivik/pyp-boy/commit/1d10ec47a1737ddf520ba35014307441d8333c49))
* :sparkles: add story path table ([a8ca05c](https://github.com/Wivik/pyp-boy/commit/a8ca05c43493567cf5ee966bdbacd5af0fe759e3))



2 changes: 1 addition & 1 deletion version_file.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.9.0"
"version": "0.10.0"
}

0 comments on commit ebdf4eb

Please sign in to comment.