Skip to content

Commit

Permalink
v0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
pmariglia committed Dec 1, 2024
1 parent 0ee705c commit 6113f56
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [v0.0.18](https://github.com/pmariglia/poke-engine/releases/tag/v0.0.18) - 2024-12-01

### Features

- Gen1 compatibility - ([0ee705c](https://github.com/pmariglia/poke-engine/commit/0ee705ccfdc33766c4bcb8f1dadce253bf3f69e2))

## [v0.0.17](https://github.com/pmariglia/poke-engine/releases/tag/v0.0.17) - 2024-11-28

### Features
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "poke-engine"
version = "0.0.17"
version = "0.0.18"
authors = ["pmariglia <[email protected]>"]
edition = "2018"
license-file = "LICENSE"
Expand Down
2 changes: 1 addition & 1 deletion poke-engine-py/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "poke_engine"
edition = "2021"
version = "0.0.17"
version = "0.0.18"

[lib]
name = "poke_engine"
Expand Down
2 changes: 1 addition & 1 deletion poke-engine-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ build-backend = "maturin"

[project]
name = "poke-engine"
version = "0.0.17"
version = "0.0.18"
readme = "readme.md"

0 comments on commit 6113f56

Please sign in to comment.