Skip to content

Commit

Permalink
Update changelog and bump to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbowly committed Aug 24, 2023
1 parent bb6dbfe commit 90c0580
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
### Changed
### Removed

## 2.2.0 - 2023-08-25
### Added
- Command line option to copy/rename log files according to parameter settings (#34)

## 2.1.0 - 2023-04-27
### Added
- Parsing of deterministic work metric in nodelog, barrier, and simplex (#27)
Expand Down
2 changes: 1 addition & 1 deletion src/grblogtools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.1.0"
__version__ = "2.2.0"

from grblogtools.api import get_dataframe, parse
from grblogtools.plotting import plot

0 comments on commit 90c0580

Please sign in to comment.