Skip to content

Commit

Permalink
chore(main): release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisimcevoy committed Feb 6, 2025
1 parent 7a31f73 commit a733ec0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.11.0](https://github.com/chrisimcevoy/pyoda-time/compare/v0.10.0...v0.11.0) (2025-02-06)


### Features

* `OffsetDateTime` ([#262](https://github.com/chrisimcevoy/pyoda-time/issues/262)) ([7ea5220](https://github.com/chrisimcevoy/pyoda-time/commit/7ea5220a3268aef4b8d14b8c37161760dd04bd22))
* Implement `LocalDate`, `OffsetDate` and `DateInterval` ([#252](https://github.com/chrisimcevoy/pyoda-time/issues/252)) ([7783a03](https://github.com/chrisimcevoy/pyoda-time/commit/7783a030b4c2fb03b5b319c929659a8ec1b86e22))
* Implement `LocalDateTime` ([#260](https://github.com/chrisimcevoy/pyoda-time/issues/260)) ([6329e0c](https://github.com/chrisimcevoy/pyoda-time/commit/6329e0cdc5c0144c578b6916e4d538d1bdc2beb6))
* standardise `.With()` ports ([#259](https://github.com/chrisimcevoy/pyoda-time/issues/259)) ([397e093](https://github.com/chrisimcevoy/pyoda-time/commit/397e09304898a2e28917cdd1aa5ae70c7e5b5ad6))

## [0.10.0](https://github.com/chrisimcevoy/pyoda-time/compare/v0.9.3...v0.10.0) (2025-01-12)


Expand Down
2 changes: 1 addition & 1 deletion pyoda_time/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Use of this source code is governed by the Apache License 2.0,
# as found in the LICENSE.txt file.

__version__ = "0.10.0"
__version__ = "0.11.0"

__all__: list[str] = [
"AmbiguousTimeError",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "pyoda-time"
version = "0.10.0"
version = "0.11.0"
description = "An alternative datetime library for Python."
authors = [
{name = "Chris McEvoy", email = "chris@chrismcevoy.net"},
Expand Down

0 comments on commit a733ec0

Please sign in to comment.