Skip to content

Commit e780e0f

Browse files
Final preparations for v0.3.2
1 parent e896702 commit e780e0f

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2929
## 0.1.0 - 2017-03-07
3030
- Initial release
3131

32+
[0.3.2]: https://github.com/devonhollowood/search-algorithms/compare/v0.3.1...v0.3.2
3233
[0.3.1]: https://github.com/devonhollowood/search-algorithms/compare/v0.3.0...v0.3.1
3334
[0.3.0]: https://github.com/devonhollowood/search-algorithms/compare/v0.2.0...v0.3.0
3435
[0.2.0]: https://github.com/devonhollowood/search-algorithms/compare/v0.1.0...v0.2.0

search-algorithms.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: search-algorithms
2-
version: 0.3.1
2+
version: 0.3.2
33
synopsis: Common graph search algorithms
44
description: Library containing common graph search algorithms,
55
including depth-first and breadth-first searches,

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: lts-14.17
1+
resolver: lts-18.20
22
packages:
33
- '.'
44
extra-deps: []

0 commit comments

Comments
 (0)