Skip to content

Commit 816cfb0

Browse files
Henrrypggithub-actions[bot]
authored andcommitted
chore(release): preparing 15.2.0
1 parent 0401123 commit 816cfb0

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased](https://github.com/eduNEXT/drydock/compare/v15.1.0...HEAD)
8+
## [Unreleased](https://github.com/eduNEXT/drydock/compare/v15.2.0...HEAD)
99

1010
Please do not update the unreleased notes.
1111

@@ -19,6 +19,14 @@ Please do not update the unreleased notes.
1919
- add plugins extra, extracted from namespace template ([#48](https://github.com/eduNEXT/drydock/pull/48)) ([36c033f](https://github.com/eduNEXT/drydock/commit/36c033faecf7c3ebc701a085cb33e55629910d88))
2020

2121
<!-- Content should be placed here -->
22+
## [v15.2.0](https://github.com/eduNEXT/drydock/compare/v15.1.0...v15.2.0) - 2023-11-07
23+
24+
### [15.2.0](https://github.com/eduNEXT/drydock/compare/v15.1.0...v15.2.0) (2023-11-07)
25+
26+
#### Features
27+
28+
- split ingress per host, add patch to add lms extra hosts ([#50](https://github.com/eduNEXT/drydock/issues/50)) ([0401123](https://github.com/eduNEXT/drydock/commit/0401123b2ebf95e766312c3465bb2a9956d477bf))
29+
2230
## [v15.1.0](https://github.com/eduNEXT/drydock/compare/v0.7.3...v15.1.0) - 2023-11-01
2331

2432
### [15.1.0](https://github.com/eduNEXT/drydock/compare/v15.0.0...v15.1.0) (2023-11-01)

drydock/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "15.1.0"
1+
__version__ = "15.2.0"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 15.1.0
2+
current_version = 15.2.0
33
commit = False
44
tag = False
55

0 commit comments

Comments
 (0)