Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
varnish
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cubicweb
cubes
varnish
Compare revisions
631eb2978fcab0d1f626e8d1195f2ea67fca40fc to 2b71c6d460c9f1cae461eb907328d95f8d32002d
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
cubicweb/cubes/varnish
Select target project
No results found
2b71c6d460c9f1cae461eb907328d95f8d32002d
Select Git revision
Swap
Target
cubicweb/cubes/varnish
Select target project
cubicweb/cubes/varnish
1 result
631eb2978fcab0d1f626e8d1195f2ea67fca40fc
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
chore(pkg): new release (1.0.0)
· 44157067c1bf
François Ferry
authored
1 year ago
44157067c1bf
Added tag 1.0.0 for changeset
44157067c1bf
· ae85ebab87e5
François Ferry
authored
1 year ago
ae85ebab87e5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.hgtags
+1
-0
1 addition, 0 deletions
.hgtags
CHANGELOG.md
+11
-1
11 additions, 1 deletion
CHANGELOG.md
cubicweb_varnish/__pkginfo__.py
+1
-1
1 addition, 1 deletion
cubicweb_varnish/__pkginfo__.py
with
13 additions
and
2 deletions
.hgtags
View file @
ae85ebab
...
...
@@ -18,3 +18,4 @@
2ab1c014e66d449c7ea0b2198274da7878198ab0 0.6.0
0218e3de1d2c77dbcb59ae3befdd65a364554e10 0.7.0
146f574ef817cb6cdc5a89a099dfc70d724e0ab0 0.8.0
44157067c1bff919f7a9cee19b55b942be63f201 1.0.0
This diff is collapsed.
Click to expand it.
CHANGELOG.md
View file @
ae85ebab
## 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
This diff is collapsed.
Click to expand it.
cubicweb_varnish/__pkginfo__.py
View file @
ae85ebab
...
...
@@ -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
"
...
...
This diff is collapsed.
Click to expand it.