Skip to content

Commit

Permalink
release 0.0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantinKlepikov committed Dec 19, 2022
1 parent ef4a1b9 commit e69de13
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 15 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,33 @@ BoardGameBuilder changelog
==========================

.. release notes
Release v0.0.33 (2022-12-19)
============================

Features
--------

- #236:
- clear last when current is clear for Steps
- to Deck added last, last is clear with clear() and changed with pop() and popleft()
- test all, add docs for some objects
- -> (https://github.com/KonstantinKlepikov/BoardGameBuilder/issues/236)
- #237:
- added attr c to Game, Player, and tools - is a Component classsfor any stuff
- added methods to get dict of Olayers, Tools and Items from game c
- test all and docs changing
- -> (https://github.com/KonstantinKlepikov/BoardGameBuilder/issues/237)


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

- #237:
- is removed t, i, p attrs
- now we not used union of classes for annotation - only union of base classes
- -> (https://github.com/KonstantinKlepikov/BoardGameBuilder/issues/237)


Release v0.0.32 (2022-12-14)
============================

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, 32)
__version__ = Version("bgameb", 0, 0, 33)
__all__ = ["__version__"]
5 changes: 0 additions & 5 deletions bgameb/newsfragments/236.feature

This file was deleted.

5 changes: 0 additions & 5 deletions bgameb/newsfragments/237.feature

This file was deleted.

4 changes: 0 additions & 4 deletions bgameb/newsfragments/237.removal

This file was deleted.

0 comments on commit e69de13

Please sign in to comment.