Skip to content

Latest commit

 

History

History
69 lines (33 loc) · 2.39 KB

CHANGELOG.md

File metadata and controls

69 lines (33 loc) · 2.39 KB

CHANGELOG

v0.1.1 (2024-01-09)

Chore

  • chore: use forked python-semantic-release running on Python 3.12 (1d3ba5f)

Ci

  • ci: use luuuis/python-semantic-release running on Python 3.12 (#7) (2aba05e)

  • ci: use GitHub setup python action to ensure correct version (d0a2dea)

  • ci: use forked upload-to-gh-release with Python 3.12

upstream uses Python 3.10, which this project does not support any more. (92b1e44)

Fix

  • fix: rework lib to add static typing info (#6)

This is a breaking change but not applying semver since we're still in 0.x.

  • fix: reworked the whole lib, use NamedTuple for returned data
  • ci: python >= 3.11 (1527fc1)

v0.1.0 (2024-01-07)

Ci

  • ci: include ci and chore in release notes (#4) (7796dfd)

Feature

  • feat: adds ability to fetch marginal and (historical) adjustment prices (#5)

  • feat: adds ability to fetch marginal price and adjustment price (historical)

  • includes a CLI with the ability to output either in JSON or the (unparsed) CSV response

  • adds tests for CLI and two main entry points, diffs the response

  • ci: set minimum python version to 3.10 (41a4b38)

v0.0.0 (2024-01-04)

Chore

  • chore: prep for v0.0.1 (#1)

  • chore: initial commit by @browniebroke/pypackage-template

  • docs: add @luuuis as a contributor (2edc411)

Ci

  • ci: remove CHANGELOG.md.j2 in favour of the built-in template (#3) (362d6e3)

  • ci: adds poetry.lock (#2) (1ac64fe)

Unknown