Skip to content

Commit

Permalink
version ++
Browse files Browse the repository at this point in the history
  • Loading branch information
vsimakhin committed Jan 27, 2024
1 parent 47d429d commit 035c644
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [2.31.0] - 27.01.2024

- New: Add autoformat for the date field, so it can convert `D/MM/YYYY`, `DD/MM/YYYY` and `D/M/YYYY` to the full `DD/MM/YYYY` format.
- Fix: Allow full HH:MM format for flight time, so even 02:15 is valid (previosly it allowed 2:15 only without leading 0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ In case you'd like to add some other features to the logbook or you found a bug,
# Contributors
* [@Jacopx](https://github.com/Jacopx), [@dimoniet](https://github.com/dimoniet), [@maesteve](https://github.com/maesteve) - bug reports, testing, and new functionality suggestions
* [@Jacopx](https://github.com/Jacopx), [@dimoniet](https://github.com/dimoniet), [@maesteve](https://github.com/maesteve), [@ken340](https://github.com/ken340) - bug reports, testing, and new functionality suggestions
# Used libraries
Expand Down
2 changes: 1 addition & 1 deletion cmd/web/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"github.com/vsimakhin/web-logbook/internal/models"
)

const version = "2.30.0"
const version = "2.31.0"

type config struct {
url string
Expand Down

0 comments on commit 035c644

Please sign in to comment.