Skip to content

Commit

Permalink
Bumped version number to 1.2.5 for Debian release
Browse files Browse the repository at this point in the history
  • Loading branch information
fangfufu committed Feb 24, 2023
1 parent fe45afc commit 8479feb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.2.5] - 2023-02-24

### Fixed
- No longer compile with UBSAN enabled by default to avoid introducing
security vulnerability.

## [1.2.4] - 2023-01-11

### Added
Expand Down Expand Up @@ -211,7 +218,8 @@ ${XDG_CONFIG_HOME}/httpdirfs, rather than ${HOME}/.httpdirfs
## [1.0] - 2018-08-22
- Initial release, everything works correctly, as far as I know.

[Unreleased]: https://github.com/fangfufu/httpdirfs/compare/1.2.4...master
[Unreleased]: https://github.com/fangfufu/httpdirfs/compare/1.2.5...master
[1.2.5]: https://github.com/fangfufu/httpdirfs/compare/1.2.4...1.2.5
[1.2.4]: https://github.com/fangfufu/httpdirfs/compare/1.2.3...1.2.4
[1.2.3]: https://github.com/fangfufu/httpdirfs/compare/1.2.2...1.2.3
[1.2.2]: https://github.com/fangfufu/httpdirfs/compare/1.2.1...1.2.2
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 1.2.4
VERSION = 1.2.5

CFLAGS += -g -O2 -Wall -Wextra -Wshadow \
-fanalyzer -Wno-analyzer-file-leak \
Expand Down

0 comments on commit 8479feb

Please sign in to comment.