Skip to content

Commit b3a6830

Browse files
author
Callum Dickinson
committed
Tag v0.2.0
1 parent 217a881 commit b3a6830

File tree

8 files changed

+22
-7
lines changed

8 files changed

+22
-7
lines changed

changelog.d/11.added.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/12.added.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/12.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/13.changed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/14.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/4.removed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/8.added.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
<!-- towncrier release notes start -->
44

5+
## [0.2.0](https://github.com/catalyst-cloud/python-openstack-odooclient/releases/tag/0.2.0) - 2025-12-16
6+
7+
### Removed
8+
9+
- Remove support for Python 3.8 and 3.9 ([#4](https://github.com/catalyst-cloud/python-openstack-odooclient/pull/4))
10+
11+
### Added
12+
13+
- Add support for updating records ([#8](https://github.com/catalyst-cloud/python-openstack-odooclient/pull/8))
14+
- Add support for managing attachments ([#11](https://github.com/catalyst-cloud/python-openstack-odooclient/pull/11))
15+
- Add/fix missing/incorrect field definitions for records ([#12](https://github.com/catalyst-cloud/python-openstack-odooclient/pull/12))
16+
17+
### Changed
18+
19+
- Replace supplementary record/manager classes with mixins ([#13](https://github.com/catalyst-cloud/python-openstack-odooclient/pull/13))
20+
21+
### Fixed
22+
23+
- Fix parsing Python 3.10+ union type hints when evaluating model refs ([#12](https://github.com/catalyst-cloud/python-openstack-odooclient/pull/12))
24+
- 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))
25+
26+
527
## [0.1.0](https://github.com/catalyst-cloud/python-openstack-odooclient/releases/tag/0.1.0) - 2024-07-02
628

729

0 commit comments

Comments
 (0)