File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
2+
23All notable changes to this project will be documented in this file.
34
45The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
@@ -9,11 +10,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
910Anything MAY change at any time. The public API SHOULD NOT be considered stable.").
1011While in this phase, we will denote breaking changes with a minor increase.
1112
13+ ## 0.3.1
14+
15+ ### Changed
16+
17+ * Update code to be compatible with pydantic v2 (no retro-compatibility with v1)
1218
1319## 0.3.0
20+
1421### Changed
22+
1523* Dependencies passed in CLI ` --pkg-dependencies ` or ` PyProjectConfig ` must be separated by ` ; ` or newline (previously was ` , ` or newline)
1624
1725## 0.2.0
26+
1827### Added
28+
1929* First release of ` dac `
You can’t perform that action at this time.
0 commit comments