Skip to content

Commit 15b8089

Browse files
committed
version bump: v2.0.2
1 parent dd67601 commit 15b8089

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
<!-- By "very relevant" I mean big features or something manual packagers should know, like leftover files -->
55
<!-- Once a release would be opened, group the last bunch of dangling changes, add release version as header and its date -->
66

7+
# 2.0.2
8+
9+
- fix off-by-one error with launch state save
10+
711
# 2.0.1
812

913
- source and header files can be nested in `src/` and `include/`

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION := 2.0.1
1+
VERSION := 2.0.2
22
.DEFAULT_GOAL := lidm
33

44
CDIR = src

0 commit comments

Comments
 (0)