Skip to content

Commit ed2b9a3

Browse files
committed
docs: Add changelog.
1 parent 241a600 commit ed2b9a3

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

.clog.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[clog]
2+
repository = "https://github.com/mvcisback/py-aiger"
3+
changelog = "changelog.md"
4+
from-latest-tag = true
5+
link-style = "github"

changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## v6.2.0 (2023-01-14)
2+
3+
4+
#### Bug Fixes
5+
6+
* Parser no longer (implictly) assumed ordered inputs/outputs. ([fbfbf752](https://github.com/mvcisback/py-aiger/commit/fbfbf752fcaf6eff75580822b3bc0a1739e903bb))
7+
* **parser:** Allow empty comments and symbol table. ([241a6000](https://github.com/mvcisback/py-aiger/commit/241a6000ef654d3449c2b53f8f3f5d1005f69919))
8+
9+
#### Features
10+
11+
* **parser:** Support for parsing binary AIG files. ([465c96a5](https://github.com/mvcisback/py-aiger/commit/465c96a547e2294acf715663429f3b19d8fdca6f))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "py-aiger"
33
readme="README.md"
4-
version = "6.1.26"
4+
version = "6.2.0"
55
repository = "https://github.com/mvcisback/py-aiger"
66
description = "A python library for manipulating sequential and-inverter gates."
77
authors = ["Marcell Vazquez-Chanlatte <marcell.vc@eecs.berkeley.edu>"]

0 commit comments

Comments
 (0)