Skip to content

Latest commit

 

History

History
executable file
·
52 lines (27 loc) · 1.64 KB

CHANGELOG.md

File metadata and controls

executable file
·
52 lines (27 loc) · 1.64 KB

Changelog

All notable changes to this project will be documented in this file based on Keep a Changelog. This project adheres to Semantic Versioning.

Unreleased

0.4.2 — 2025-03-06

Added 🌿

  • Added changelog managed with Scriv

Experimental 🧪

  • Proposed new simplified pydantic-settings sources customization using @with_builtin_sources decorator

Fixed

  • Typing errors reported in #30

  • Documentation bug for maximum secrets dir size that was documented as 8 MiB while it was actually 16 MiB

  • Maximum secrets dir size is exposed as SECRETS_DIR_MAX_SIZE constant (it was hard-coded before)

Docs

  • Added test report and directory layout visualization

Misc

  • Added tests for pydantic-settings version 2.8

  • Added mypy tests for pydantic-settings version 2.5+

  • Started using Copier project template

  • Started using multipython image for testing

  • Started using dirlay in tests

  • Started using docsub

  • Started using just

Prior releases