Skip to content

Commit

Permalink
Preparation for version 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
garncarz committed Dec 11, 2016
1 parent 10c3cf4 commit 1bf3e39
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,18 @@

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com)
The format is based on [Keep a Changelog](http://keepachangelog.com)
and this project adheres to [Semantic Versioning](http://semver.org).


## [Unreleased]
### Added
- Simple bot.

### Changed
- Player is dead once having no squares, reserved 0 value squares keep alive.
- Python package renamed from `privat` to `privatizace`.
- Squares expanding by LIFO, not FIFO.


## [0.1.0] – 2016-12-09
Expand Down
2 changes: 1 addition & 1 deletion privatizace/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.0'
__version__ = '0.2.0'

0 comments on commit 1bf3e39

Please sign in to comment.