Skip to content

Commit d1b6b07

Browse files
authored
chore: Release v0.2.0 (#178)
* chore: Release v0.2.0 * chore: Update CHANGELOG for version 0.2.0
1 parent 77d7849 commit d1b6b07

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
## 0.2.0
2+
3+
- Add document for `convolution` (#76 by @qryxip)
4+
- fix: relax the constraints of floor_sum (#99 by @nebocco)
5+
- Segtree: Monoid BitwiseOr/BitwiseAnd/BitwiseXor, get_slice (#115 by @mizar)
6+
- Release v0.1.1 (#132 by @qryxip)
7+
- Relax the constraints of `floor_sum` (revised) (#133 by @TonalidadeHidrica)
8+
- Fix tests in src/convolution.rs (#136 by @koba-e964)
9+
- Update rust-toolchain to 1.70.0 (#137 by @togatoga)
10+
- Fix FromIterator for Segtree (#138 by @mousecrusher2)
11+
- refactor que.pop in FlowCalculator (#140 by @Ryoga-exe)
12+
- Fix clippy (#141 by @koba-e964)
13+
- fix corner cases of "modint" when mod = 1 (#142 by @mizar)
14+
- Implement `Clone` and `Debug` for `Dsu` (#154 by @NotLeonian)
15+
- Correct `n` to refer to vertices, not edges in `SccGraph::new` (#156 by @Ryoga-exe)
16+
- Implement `Clone` and `Debug` for `internal_scc::SccGraph` and `Debug` for `_Edge` (#157 by @NotLeonian)
17+
- Implement `Clone` and `Debug` for `TwoSat` (#158 by @NotLeonian)
18+
- Implement `Clone` and `Debug` for `MfGraph` and `_Edge` (#159 by @NotLeonian)
19+
- Implement `Clone` for `Edge` (#160 by @NotLeonian)
20+
- Implement `Clone` and `Debug` for `SccGraph` (#161 by @NotLeonian)
21+
- Implement `Clone` and `Debug` for `MinCostFlowGraph` and `_Edge` (#162 by @NotLeonian)
22+
- Implement `Clone` and `Debug` for `MinCostFlowEdge` (#163 by @NotLeonian)
23+
- Implement `Clone` for `FenwickTree` (#165 by @NotLeonian)
24+
- Implement `Clone` for `LazySegtree` (#166 by @NotLeonian)
25+
- Implement `Clone` for `Segtree` (#167 by @NotLeonian)
26+
- Fix import paths in examples for `convolution` module (#168 by @mizar)
27+
- Update KaTeX to version 0.16.22 (#169 by @mizar)
28+
- Add assertation in `lcp_array_arbitrary` (#173 by @NotLeonian)
29+
- fix `Dsu::leader` to avoid multiple assert checks (#175 by @NotLeonian)
30+
- fix: convolution test deadcode (#177 by @mizar)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ac-library-rs"
3-
version = "0.2.0-alpha.1"
3+
version = "0.2.0"
44
edition = "2018"
55
rust-version = "1.70"
66
description = "A Rust port of AtCoder Library (ACL)."

0 commit comments

Comments
 (0)