diff --git a/changelog.d/11.added.md b/changelog.d/11.added.md deleted file mode 100644 index ef6fcb1..0000000 --- a/changelog.d/11.added.md +++ /dev/null @@ -1 +0,0 @@ -Add support for managing attachments diff --git a/changelog.d/12.added.md b/changelog.d/12.added.md deleted file mode 100644 index 0cebcb3..0000000 --- a/changelog.d/12.added.md +++ /dev/null @@ -1 +0,0 @@ -Add/fix missing/incorrect field definitions for records diff --git a/changelog.d/12.fixed.md b/changelog.d/12.fixed.md deleted file mode 100644 index 2f5021f..0000000 --- a/changelog.d/12.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fix parsing Python 3.10+ union type hints when evaluating model refs diff --git a/changelog.d/13.changed.md b/changelog.d/13.changed.md deleted file mode 100644 index c600769..0000000 --- a/changelog.d/13.changed.md +++ /dev/null @@ -1 +0,0 @@ -Replace supplementary record/manager classes with mixins diff --git a/changelog.d/14.fixed.md b/changelog.d/14.fixed.md deleted file mode 100644 index 73d3464..0000000 --- a/changelog.d/14.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fix parsing Python 3.10+ union type hints when encoding search filters, and decoding record values diff --git a/changelog.d/4.removed.md b/changelog.d/4.removed.md deleted file mode 100644 index 8fcf889..0000000 --- a/changelog.d/4.removed.md +++ /dev/null @@ -1 +0,0 @@ -Remove support for Python 3.8 and 3.9 diff --git a/changelog.d/8.added.md b/changelog.d/8.added.md deleted file mode 100644 index f2e5008..0000000 --- a/changelog.d/8.added.md +++ /dev/null @@ -1 +0,0 @@ -Add support for updating records diff --git a/docs/changelog.md b/docs/changelog.md index 5108264..a688047 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,28 @@ +## [0.2.0](https://github.com/catalyst-cloud/python-openstack-odooclient/releases/tag/0.2.0) - 2025-12-16 + +### Removed + +- Remove support for Python 3.8 and 3.9 ([#4](https://github.com/catalyst-cloud/python-openstack-odooclient/pull/4)) + +### Added + +- Add support for updating records ([#8](https://github.com/catalyst-cloud/python-openstack-odooclient/pull/8)) +- Add support for managing attachments ([#11](https://github.com/catalyst-cloud/python-openstack-odooclient/pull/11)) +- Add/fix missing/incorrect field definitions for records ([#12](https://github.com/catalyst-cloud/python-openstack-odooclient/pull/12)) + +### Changed + +- Replace supplementary record/manager classes with mixins ([#13](https://github.com/catalyst-cloud/python-openstack-odooclient/pull/13)) + +### Fixed + +- Fix parsing Python 3.10+ union type hints when evaluating model refs ([#12](https://github.com/catalyst-cloud/python-openstack-odooclient/pull/12)) +- Fix parsing Python 3.10+ union type hints when encoding search filters, and decoding record values ([#14](https://github.com/catalyst-cloud/python-openstack-odooclient/pull/14)) + + ## [0.1.0](https://github.com/catalyst-cloud/python-openstack-odooclient/releases/tag/0.1.0) - 2024-07-02