Skip to content

Commit

Permalink
update version to 2.1.1
Browse files Browse the repository at this point in the history
updated version; updated CHANGELOG and README files;
  • Loading branch information
zaytiri committed Mar 26, 2023
1 parent 419797b commit 6a9014e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed
- Removed

## [2.1.1] - 2023-03-26

### Fixed
- fixed time issue where the scheduled jobs wouldn't run if the device's time changed. if the time changed for an hour forward on the device, the scheduled jobs wouldn't run because using utcnow() gives a general date. The time should be equal to the device's time.
- fixed issue where the given path for a specific scheduled job, in the arguments, would not be checked properly if it existed or not.


## [2.1.0] - 2023-03-25

### Changed
Expand Down
2 changes: 1 addition & 1 deletion progscheduler/version/progsettings.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PROG:
VERSION: 2.1.0
VERSION: 2.1.1

0 comments on commit 6a9014e

Please sign in to comment.