Skip to content

Commit

Permalink
chore(main): release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisimcevoy committed Jan 12, 2025
1 parent e7ac473 commit 9188715
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

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


### Features

* Implement `DateTimeZone` ([#243](https://github.com/chrisimcevoy/pyoda-time/issues/243)) ([78f3c94](https://github.com/chrisimcevoy/pyoda-time/commit/78f3c9481d0ed137035294fdb9c8eecb276f8cbe))
* Implement `OffsetDateTime.with_offset` ([#233](https://github.com/chrisimcevoy/pyoda-time/issues/233)) ([a115b89](https://github.com/chrisimcevoy/pyoda-time/commit/a115b899d5699cf10353e4295bf9f912d3cfdf73))
* implement resolvers ([#240](https://github.com/chrisimcevoy/pyoda-time/issues/240)) ([c1b4452](https://github.com/chrisimcevoy/pyoda-time/commit/c1b445256d98db34247d272d8b5e4364f3115f44))


### Bug Fixes

* `LocalInstant.Minus()` is internal ([#241](https://github.com/chrisimcevoy/pyoda-time/issues/241)) ([090452a](https://github.com/chrisimcevoy/pyoda-time/commit/090452aaa8baff574b66a89170d6c591de7aca48))

## [0.9.3](https://github.com/chrisimcevoy/pyoda-time/compare/v0.9.2...v0.9.3) (2024-12-18)


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.9.3"
__version__ = "0.10.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.9.3"
version = "0.10.0"
description = "An alternative datetime library for Python."
authors = [
{name = "Chris McEvoy", email = "chris@chrismcevoy.net"},
Expand Down

0 comments on commit 9188715

Please sign in to comment.