Skip to content

Releases: AstarVienna/astar-utils

Version 0.3.0

07 Sep 16:19
Compare
Choose a tag to compare

Important

The minimum required Python version for this package is now 3.10 (see Dependency Changes).

What's Changed

Dependency Changes

  • Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows by @dependabot in #38
  • Drop support for Python 3.9 by @teutoburg in #39

Other Changes

  • Use new main branch for DevOps workflows by @teutoburg in #36
  • Remove remaining master references by @teutoburg in #37
  • Use Python 3.10 typing feature, black styling indentations by @teutoburg in #40

New Contributors

Full Changelog: v0.2.2...v0.3.0

Version 0.2.2

22 Feb 16:18
Compare
Choose a tag to compare

What's Changed

New Features or Improvements

Other Changes

Full Changelog: v0.2.1...v0.2.2

Version 0.2.1

04 Feb 15:57
Compare
Choose a tag to compare

Hotfix mostly to get rid of noisy warnings.

What's Changed

Other Changes

  • Fix case when init or update NestedMapping with another NestedMapping by @teutoburg in #31

Full Changelog: v0.2.0...v0.2.1

Version 0.2.0

26 Jan 11:47
73babb4
Compare
Choose a tag to compare

What's Changed

New Features or Improvements

Dependency Changes

Documentation Improvements

Other Changes

Full Changelog: v0.1.3...v0.2.0

Pre-release v0.2.0b1

22 Jan 15:43
687b8d1
Compare
Choose a tag to compare
Pre-release v0.2.0b1 Pre-release
Pre-release

Pre-production beta release.

Full Changelog: v0.2.0b0...v0.2.0b1

Pre-release v0.2.0b0

11 Jan 22:53
Compare
Choose a tag to compare
Pre-release v0.2.0b0 Pre-release
Pre-release

Pre-production beta release.

Full Changelog: v0.1.3...v0.2.0b0

Version 0.1.3

29 Nov 13:26
Compare
Choose a tag to compare

What's Changed

Dependency Changes

Full Changelog: v0.1.2...v0.1.3

Pre-release v0.1.3rc0

29 Nov 13:19
Compare
Choose a tag to compare
Pre-release v0.1.3rc0 Pre-release
Pre-release

What's Changed

Dependency Changes

Full Changelog: v0.1.2...v0.1.3rc0

Version 0.1.2

19 Nov 17:02
Compare
Choose a tag to compare

Mostly changes to README and internal structure. Top-level imports of public classes now supported (#17).

What's Changed

API Changes

Other Changes

  • Add PyPI badges to README by @teutoburg in #16
  • Cleanup release workflow, add experimental version bump workflow by @teutoburg in #14
  • Properly implement version bump workflow by @teutoburg in #15

Full Changelog: v0.1.1...v0.1.2

Version 0.1.1

14 Nov 22:27
caeb1ed
Compare
Choose a tag to compare

This release is mostly intended to test the new automated release workflow. Changelog below only includes changes from the initial v0.1.0, which did not have dedicated release notes.

What's Changed

API Changes

Other Changes

  • Add configuration for auto-generated changelogs by @teutoburg in #9
  • Fix error in configuration for auto-generated changelogs by @teutoburg in #10
  • Simplify configuration for auto-generated changelogs by @teutoburg in #11
  • Add GitHub action to publish release on PyPI by @teutoburg in #12
  • Bump version to 0.1.1 by @teutoburg in #13

Full Changelog: v0.1.0...v0.1.1