Skip to content

Commit

Permalink
Prepare 2.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nvzqz committed Sep 22, 2016
1 parent 098e4b8 commit dc89f1b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All releases of Sage adhere to [Semantic Versioning](http://semver.org/).

## [v2.5.2](https://github.com/nvzqz/Sage/tree/v2.5.2) (2016-09-21)

- [Full Changelog](https://github.com/nvzqz/Sage/compare/v2.5.1...v2.5.2)

- [Release](https://github.com/nvzqz/Sage/releases/tag/v2.5.2)

### Fixes

- Fixes issue regarding legal move generation for king in check due to error in moves available for the attacking piece

## [v2.5.1](https://github.com/nvzqz/Sage/tree/v2.5.1) (2016-08-17)

- [Full Changelog](https://github.com/nvzqz/Sage/compare/v2.5.0...v2.5.1)
Expand Down
2 changes: 1 addition & 1 deletion Sage.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Sage"
s.version = "2.5.1"
s.version = "2.5.2"
s.summary = "A cross-platform chess library for Swift."
s.homepage = "https://github.com/nvzqz/#{s.name}"
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE.txt" }
Expand Down

0 comments on commit dc89f1b

Please sign in to comment.