Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yut23 committed Jul 27, 2023
1 parent ba8bbf5 commit c05a3bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!--next-version-placeholder-->

## v0.2.0 (2023-07-27)

- Add a field (`Parser.curr_raw`) that holds the raw bytes read since the last
event. This can be used by a filter in order to reconstruct the input stream.
- Various performance improvements

## v0.1.0 (2022-06-30)

- First release of `dec_ansi_parser`!
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dec_ansi_parser"
version = "0.1.0"
version = "0.2.0"
description = "Terminal control sequence parser"
authors = ["yut23"]
license = "BSD 3-Clause"
Expand Down

0 comments on commit c05a3bd

Please sign in to comment.