Skip to content

Commit e40e883

Browse files
committed
Release 4.2.0
1 parent 2fa8acb commit e40e883

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

packaging/debian/changelog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
python3-caso (4.2.0-1) stable; urgency=medium
2+
3+
[ Enol Fernandez ]
4+
* [c1df014] fix: use POSIX timestamps for SSM cloud records
5+
6+
[ Alvaro Lopez Garcia ]
7+
* [0135a74] Render JSON dates as timestamp integers
8+
* [40eba2b] Do not render records using .dict() but usin JSON
9+
* [d2f2b45] Include type annotations on fixtures
10+
* [9667bfc] Records must implement an SSM rendering by themselves
11+
* Add unit testing for SSM messenger and records
12+
13+
-- Alvaro Lopez Garcia <[email protected]> Wed, 07 Jun 2023 10:09:11 +0200
14+
115
python3-caso (4.1.1-1) stable; urgency=medium
216

317
* [a74fb28] Remove duplicated option

packaging/redhat/caso.spec

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ mv %{buildroot}/usr/etc/ %{buildroot}/etc
6060
%exclude /etc/caso/caso-config-generator.conf
6161

6262
%changelog
63+
* Wed Jun 06 2023 Alvaro Lopez Garcia <[email protected]> 4.2.0
64+
- fix: use POSIX timestamps for SSM cloud records
65+
- Render JSON dates as timestamp integers
66+
- Do not render records using .dict() but usin JSON
67+
- Include type annotations on fixtures
68+
- Records must implement an SSM rendering by themselves
6369
* Mon Apr 10 2023 Alvaro Lopez Garcia <[email protected]> 4.1.0
6470
- Remove duplicated option
6571
- Let operators mark projects directly on keystone

0 commit comments

Comments
 (0)