Skip to content

Commit 26105a8

Browse files
committed
Release 1.0.1
1 parent 1b2a784 commit 26105a8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.1] - 2025-12-02
11+
1012
### Changed
1113

1214
- Remove custon sigil_U
15+
- Update changelog
1316

1417
## [1.0.0] - 2025-12-02
1518

@@ -60,7 +63,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6063

6164
- Initial release
6265

63-
[Unreleased]: https://github.com/madeitGmbH/tz_datetime/compare/v1.0.0...HEAD
66+
[Unreleased]: https://github.com/madeitGmbH/tz_datetime/compare/v1.0.1...HEAD
67+
[1.0.1]: https://github.com/madeitGmbH/tz_datetime/compare/v1.0.0...v1.0.1
6468
[1.0.0]: https://github.com/madeitGmbH/tz_datetime/compare/v0.1.3...v1.0.0
6569
[0.1.3]: https://github.com/madeitGmbH/tz_datetime/compare/v0.1.2...v0.1.3
6670
[0.1.2]: https://github.com/madeitGmbH/tz_datetime/compare/v0.1.1...v0.1.2

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule TzDatetime.MixProject do
44
def project do
55
[
66
app: :tz_datetime,
7-
version: "1.0.0",
7+
version: "1.0.1",
88
elixir: "~> 1.15",
99
name: "tz_datetime",
1010
source_url: "https://github.com/LostKobrakai/tz_datetime",

0 commit comments

Comments
 (0)