Skip to content

Commit

Permalink
🤖 Release [5.1.1] [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic release committed Nov 19, 2024
1 parent e3765ef commit c5d8c0b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,25 @@



## v5.1.1 (2024-11-19)

### ⛵️

* ⛵️ CI: run online tests on main only ([`e3765ef`](https://github.com/asaf-kali/codenames/commit/e3765ef7ac234583235b050d62de6c64338290e3))

### 🎡

* 🎡 Implement mini game runner ([`b0cde6f`](https://github.com/asaf-kali/codenames/commit/b0cde6f17e5341a43d6e0c63cbe9b24854254f2c))

* 🎡 Implement mini game state ([`8756b42`](https://github.com/asaf-kali/codenames/commit/8756b421f58e03b01c420ca720b1887c9e48d75a))


## v5.1.0 (2024-11-17)

### Other

* 🤖 Release [5.1.0] [skip ci] ([`074d872`](https://github.com/asaf-kali/codenames/commit/074d87263acfbd2ef40ea063216a3601fd732134))

* 🧹 Small makefile fix ([`6ffa0ad`](https://github.com/asaf-kali/codenames/commit/6ffa0ad6b1c1ccd22fab8ea34ef8f4a333c35c73))

* 🚤 CI fix ([`fa932d1`](https://github.com/asaf-kali/codenames/commit/fa932d1ce9d6e6e41279a27f69e279b3404c0a73))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[tool.poetry]
name = "codenames"
version = "5.1.0"
version = "5.1.1"
description = "Codenames board game logic implementation in python."
authors = ["Asaf Kali <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit c5d8c0b

Please sign in to comment.