Skip to content

Commit

Permalink
bump version to v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JM-Lemmi committed Mar 14, 2023
1 parent 013bcdc commit 205367c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Changelog.md
@@ -1,3 +1,11 @@
# v1.3.1

- basic RRULE handling in delete-timeframe Module
- waiting for upstream RRULE Handling in golang-ical
- cannot handle COUNT
- cannot handle when timeframe is inbetween or only in the beginning of the RRULE
- fix "invalid start time" in delete-timeframe with only "before"-option

# v1.3.0

- Immutable past is now a profile boolean option. Simply add `immutable-past: true` to your profile configuration.
Expand Down
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -9,7 +9,7 @@ import (
log "github.com/sirupsen/logrus"
)

var version = "1.2.0"
var version = "1.3.1"

var configPath string
var conf Config
Expand Down

0 comments on commit 205367c

Please sign in to comment.