Skip to content

Commit

Permalink
release 0.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantinKlepikov committed Dec 1, 2022
1 parent 5b9996b commit 6532d2f
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 24 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,47 @@ BoardGameBuilder changelog
==========================

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

Features
--------

- #208:
* added get_current_names to Deck and Steps classes
* methods put() and get() for Steps renamed to push() and pull() (for compatibility with dict)
* test all
* -> (https://github.com/KonstantinKlepikov/BoardGameBuilder/issues/208)
- #209:
* add Undefined.INCLUDE in Base class. Now all undefined attributes is saved in other attribute
* test all
* -> (https://github.com/KonstantinKlepikov/BoardGameBuilder/issues/209)
- #210:
* added to Deck and Steps deal() method posibility to deal with list of stuff names
* deal() now are not shuffle deck by defolt
* test it
* docs and readme changes
* -> (https://github.com/KonstantinKlepikov/BoardGameBuilder/issues/210)


Bugfixes
--------

- #206:
* changed github-release actions - added latest tag and removed autogeneration of changelog
* -> (https://github.com/KonstantinKlepikov/BoardGameBuilder/issues/206)


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

- #208:
* removed technical attributes of Component from len and get_names methods
* removed Order class. Now Steps has an heapq interface
* test all
* -> (https://github.com/KonstantinKlepikov/BoardGameBuilder/issues/208)


Release v0.0.28 (2022-11-28)
============================

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, 28)
__version__ = Version("bgameb", 0, 0, 29)
__all__ = ["__version__"]
3 changes: 0 additions & 3 deletions bgameb/newsfragments/206.bugfix

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions bgameb/newsfragments/208.removal

This file was deleted.

4 changes: 0 additions & 4 deletions bgameb/newsfragments/209.feature

This file was deleted.

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

This file was deleted.

0 comments on commit 6532d2f

Please sign in to comment.