Skip to content

Commit 0798886

Browse files
committed
bump 1.5.3.0
1 parent eff566d commit 0798886

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Revision history for acl-hs
22

3+
## 1.5.3.0 -- June 2025
4+
5+
- Added `AtCoder.Extra.AhoCorasick`
6+
- Added `AtCoder.Extra.DsuMonoid`
7+
- Fixed the implementation of `KdTree.findNearstPoint`
8+
39
## 1.5.2.0 -- June 2025
410

511
- Added `AtCoder.Extra.Vector.Prim`

ac-library-hs.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: ac-library-hs
44
-- PVP summary: +-+------- breaking API changes
55
-- | | +----- non-breaking API additions
66
-- | | | +--- code changes with no API change
7-
version: 1.5.2.1
7+
version: 1.5.3.0
88
synopsis: Data structures and algorithms
99
description:
1010
Haskell port of [ac-library](https://github.com/atcoder/ac-library), a library for competitive

0 commit comments

Comments
 (0)