Skip to content

Commit 1db96c4

Browse files
committed
incremented version to 0.1.2
1 parent 831eb10 commit 1db96c4

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
2-
## [Unreleased]
2+
3+
## [0.1.2] - 2023-05-09
4+
- updated construct-typing dependency to v0.5.6
5+
6+
-------------------------------------------------------------------------------
7+
## [0.1.1] - 2023-01-09
38
Enhanced ConstructEditor:
49
- `cs.Bytes`, `cs.GreedyBytes`, `cs.Array`, `cs.GreedyRange` now use the length of the object instead of evaluating the length using the saved context. The problem was, that in some cases the context is dyamically created and modified while parsing. So it is not save to use it afterwarts.
510
- `cs.Struct._subcons` and `cs.FocusedSeq._subcons` are now correctly updated and accessable

construct_editor/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = (0, 1, 1)
1+
version = (0, 1, 2)
22
version_string = ".".join(map(str, version))

0 commit comments

Comments
 (0)