Skip to content

Commit

Permalink
release v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JM-Lemmi committed Jan 13, 2025
1 parent bbec975 commit 7ace5b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/executable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.18.0' # The Go version to download (if necessary) and use.
go-version: '1.21.0' # The Go version to download (if necessary) and use.
- run: go build .
- uses: actions/upload-artifact@v3
with:
Expand Down
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.3.2

- replace standard Regex library with dlclarc/regexp2 to allow for lookahead and lookbehind

# v1.3.1

- basic RRULE handling in delete-timeframe Module
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
log "github.com/sirupsen/logrus"
)

var version = "1.3.1"
var version = "1.3.2"

var configPath string
var conf Config
Expand Down

0 comments on commit 7ace5b2

Please sign in to comment.