File tree Expand file tree Collapse file tree 6 files changed +17
-6
lines changed
Expand file tree Collapse file tree 6 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 88
99[ // ] : # ( towncrier release notes start )
1010
11+ ## 0.5.0 (2026-01-12) {: #0 .5.0 }
12+
13+ #### Features {: #0 .5.0-feature }
14+
15+ - Bump pulpcore upperbound to <3.115.
16+ - Taught synchronize task to return full serialized object of their action.
17+
18+ #### Bugfixes {: #0 .5.0-bugfix }
19+
20+ - Addressed the deprecation warning of non-serializable task results.
21+ [ #354 ] ( https://github.com/pulp/pulp_npm/issues/354 )
22+
23+ ---
24+
1125## 0.4.0 (2025-08-14) {: #0 .4.0 }
1226
1327#### Bugfixes {: #0 .4.0-bugfix }
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ class PulpNpmPluginAppConfig(PulpPluginAppConfig):
66
77 name = "pulp_npm.app"
88 label = "npm"
9- version = "0.5.0.dev "
9+ version = "0.5.0"
1010 python_package_name = "pulp-npm"
1111 domain_compatible = True
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta'
77
88[project ]
99name = " pulp-npm"
10- version = " 0.5.0.dev "
10+ version = " 0.5.0"
1111description = " pulp-npm plugin for the Pulp Project"
1212readme = " README.md"
1313authors = [
@@ -87,7 +87,7 @@ exclude = '''
8787[tool .bumpversion ]
8888# This section is managed by the plugin template. Do not edit manually.
8989
90- current_version = " 0.5.0.dev "
90+ current_version = " 0.5.0"
9191commit = false
9292tag = false
9393parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<alpha>0a)?(?P<patch>\\ d+)(\\ .(?P<release>[a-z]+))?"
You can’t perform that action at this time.
0 commit comments