Skip to content

Latest commit

 

History

History
105 lines (55 loc) · 1.69 KB

CHANGELOG.md

File metadata and controls

105 lines (55 loc) · 1.69 KB

2024-12-10

Fix

  • Fix publish command in taskfile

2024-12-10

Ci

  • Update taskfile commands
  • Fix uv install command
  • Update build env job

Fix

  • Bump dependencies and switch to uv for project management

2024-08-24

Chore

  • Remove excess flake8 config
  • Add changelog gen and devcontainer

Ci

  • Fix CI files
  • Refactor CI and upgrade some dev tools

Feat

  • Improve expression resolution and add base64 operations

Fix

  • Add support for list handling in dot path values
  • Add env operation to expressions

2024-01-12

Fix

  • Disable serialization warnings by default in pydantic model_dump

2024-01-08

Ci

  • Remove docker build docs job

Fix

  • Fix small bug in model_dump method for pydantic v2

2023-12-03

Chore

  • Fix unit tests

Fix

  • Ensure keys are not sorted in yaml serializer

2023-09-30

Chore

  • Relax Pydantic dependency to allow v1 and v2

2.1.0

2023-09-22