Skip to content

Commit

Permalink
docs(changelogs): Custom changelog workflow
Browse files Browse the repository at this point in the history
Update changelogs
  • Loading branch information
FallenDeity committed Dec 20, 2023
1 parent 90ba59b commit 2df35c2
Showing 1 changed file with 89 additions and 10 deletions.
99 changes: 89 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,101 @@
# Changelog

Changelog for the `pokelance` package.
## Unreleased - 2023-12-21

## 0.2.4 - 2023-12-20
#### Docs

- (remove): Remove old showdown model
#### Others

- update release workflow to use ncipollo
- update release workflow to use ncipollo
- update release workflow to use ncipollo
- (release): Release Workflow

Full set of changes: [v0.2.4 to 1cdde82](https://github.com/FallenDeity/PokeLance/compare/v0.2.4...1cdde82)

## v0.2.4 - 2023-12-20

#### New Features

* Now allows saving and loading data to local system
* Add python 3.12 support and toggle cache endpoints
* Add tests and fixtures using pytest
* Add changelogs to track changes
- (caching): Now allows saving and loading data to local system
#### Refactorings

- evolutions example

Full set of changes: [v0.2.3 to v0.2.4](https://github.com/FallenDeity/PokeLance/compare/v0.2.3...v0.2.4)

## v0.2.3 - 2023-12-15

#### Fixes

- schedule tasks when session is provided

Full set of changes: [v0.2.2 to v0.2.3](https://github.com/FallenDeity/PokeLance/compare/v0.2.2...v0.2.3)

## v0.2.2 - 2023-12-15

#### Fixes

- schedule tasks when session is provided

Full set of changes: [v0.2.1 to v0.2.2](https://github.com/FallenDeity/PokeLance/compare/v0.2.1...v0.2.2)

## v0.2.1 - 2023-12-15

#### Fixes

* Fix bug in dumping the models to json
* Fix bug in `wait_until_ready` method to check if `cached_endpoints` was enabled
- schedule tasks when session is provided
- schedule tasks when session is provided

Full set of changes: [v0.2.0 to v0.2.1](https://github.com/FallenDeity/PokeLance/compare/v0.2.0...v0.2.1)

## v0.2.0 - 2023-12-14

#### Fixes

- fix version issue

Full set of changes: [v0.1.9 to v0.2.0](https://github.com/FallenDeity/PokeLance/compare/v0.1.9...v0.2.0)

## v0.1.9 - 2023-12-14

#### New Features

- Add python 3.12 support and toggle cache endpoints
#### Fixes

- sarif workflow
- sarif workflow
- sarif workflow
- add upload sarif for codeql
- add upload sarif for codeql
- add upload sarif for codeql
- add upload sarif for codeql

Full set of changes: [v0.1.8 to v0.1.9](https://github.com/FallenDeity/PokeLance/compare/v0.1.8...v0.1.9)

## v0.1.8 - 2023-04-24

#### New Features

- Add method to reconstruct request from urls in data. Fix model issue in MoveStatEffect.
- Add example of advanced cache usage
- Add example of advanced cache usage
- add getch method shift animated sprites repo
- remove debug print line
- add load function to load dumped jsons to memory
- bump version
- add workflow for pypi
- simplify setup system
- fix gender map bug
- Add gender and showdown maps
#### Fixes

- pypi workflow
- changes to workflow
- changes to workflow
- changes to workflow
#### Refactorings

* Refactor showdown sprites
* Add a `showdown` field in Pokémon model under `other` field
- clean up debug print line

0 comments on commit 2df35c2

Please sign in to comment.