Skip to content

Commit

Permalink
Release v4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drvinceknight committed Oct 29, 2021
1 parent ecc7104 commit 49d660d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,27 @@
# v4.12.0, 2021-05-25

New documentation structure, new strategy and ability to pass a custom match to
the Moran class.

- Move documentation to diataxis framework
https://github.com/Axelrod-Python/Axelrod/pull/1391
- Add the CAPRI strategy
https://github.com/Axelrod-Python/Axelrod/pull/1393
- Add custom matches to Moran process
https://github.com/Axelrod-Python/Axelrod/pull/1397
- Update CITATIONS.md
https://github.com/Axelrod-Python/Axelrod/pull/1389
- Fix contributor documentation links
https://github.com/Axelrod-Python/Axelrod/pull/1396

https://github.com/Axelrod-Python/Axelrod/compare/v4.12.0...v4.11.0

# v4.11.0, 2021-05-25

A number of improvements to documentation, a new strategy, removing the cheating
strategies and a number of internal fixes.

- Use black style formatting
- Use black style formatting
https://github.com/Axelrod-Python/Axelrod/pull/1368
- Move to `dev` as main branch
https://github.com/Axelrod-Python/Axelrod/pull/1367
Expand Down
2 changes: 1 addition & 1 deletion axelrod/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.11.0"
__version__ = "4.12.0"

0 comments on commit 49d660d

Please sign in to comment.