Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • cubicweb/cubes/varnish
1 result
Show changes
Commits on Source (2)
......@@ -18,3 +18,4 @@
2ab1c014e66d449c7ea0b2198274da7878198ab0 0.6.0
0218e3de1d2c77dbcb59ae3befdd65a364554e10 0.7.0
146f574ef817cb6cdc5a89a099dfc70d724e0ab0 0.8.0
44157067c1bff919f7a9cee19b55b942be63f201 1.0.0
## Version 1.0.0 (2023-07-07)
### 🎉 New features
- run flynt on the code base to convert everything into f-strings
- upgrade CW version to CubicWeb 4
### 🤖 Continuous integration
- gitlab-ci: use templates from a common repository
## Version 0.8.0 (2023-01-04)
### 🎉 New features
......@@ -46,4 +56,4 @@
- .gitlab-ci: remove py2 target
- pkg: 0.5.1
- README: add Docker variables
- {self.commit_message}
- {self.commit_message}
\ No newline at end of file
......@@ -4,7 +4,7 @@
modname = "cubicweb_varnish"
distname = "cubicweb-varnish"
numversion = (0, 8, 0)
numversion = (1, 0, 0)
version = ".".join(str(num) for num in numversion)
license = "LGPL-2.1"
......