Skip to content

Commit

Permalink
Update changelog and bump version for v1.7 release
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Mar 5, 2022
1 parent c439788 commit b2e78db
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ Change Log

All relevant changes to the project are documented in this file.

[v1.7][] - 2022-03-05
---------------------

### Fixes
* Fix problem with timers expiring with old timeout when having called
`pev_timer_set()` to reset them
* Update timer API description, timeout and period are in microseconds


[v1.6][] - 2022-01-09
---------------------
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 1.6
VERSION = 1.7
NAME = pev
PKG = $(NAME)-$(VERSION)
ARCHIVE = $(PKG).tar.gz
Expand Down

0 comments on commit b2e78db

Please sign in to comment.