Skip to content

Commit 161930d

Browse files
committed
update changelog before release v0.3.1
1 parent 1dda879 commit 161930d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
The 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
910
Anything MAY change at any time. The public API SHOULD NOT be considered stable.").
1011
While 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`

0 commit comments

Comments
 (0)