Skip to content

Commit

Permalink
release 0.0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantinKlepikov committed Dec 1, 2022
1 parent 3642f8e commit ff6fbba
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 13 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,36 @@ BoardGameBuilder changelog
==========================

.. release notes
Release v0.0.30 (2022-12-01)
============================

Features
--------

- #219:
* Step now is an item
* BaseIteme now hasnt count attr - this attribute moved to Card and Dice classes
* tests all
* docs changes
* -> (https://github.com/KonstantinKlepikov/BoardGameBuilder/issues/219)


Bugfixes
--------

- #218:
* added ``make draft`` to makefile and now with ``make release`` is bulded doc after version bump but before taged and push to github
* -> (https://github.com/KonstantinKlepikov/BoardGameBuilder/issues/218)


Deprecations and Removals
-------------------------

- #219:
* markers.py, markers types and test are removed.
* -> (https://github.com/KonstantinKlepikov/BoardGameBuilder/issues/219)


Release v0.0.29 (2022-12-01)
============================

Expand Down
2 changes: 1 addition & 1 deletion bgameb/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@

from incremental import Version

__version__ = Version("bgameb", 0, 0, 29)
__version__ = Version("bgameb", 0, 0, 30)
__all__ = ["__version__"]
3 changes: 0 additions & 3 deletions bgameb/newsfragments/218.bugfix

This file was deleted.

6 changes: 0 additions & 6 deletions bgameb/newsfragments/219.feature

This file was deleted.

3 changes: 0 additions & 3 deletions bgameb/newsfragments/219.removal

This file was deleted.

0 comments on commit ff6fbba

Please sign in to comment.