File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,19 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased] ( https://github.com/eduNEXT/drydock/compare/v0.7.0 ...HEAD )
8
+ ## [ Unreleased] ( https://github.com/eduNEXT/drydock/compare/v0.7.1 ...HEAD )
9
9
10
10
Please do not update the unreleased notes.
11
11
12
12
<!-- Content should be placed here -->
13
+ ## [ v0.7.1] ( https://github.com/eduNEXT/drydock/compare/v0.7.0...v0.7.1 ) - 2023-07-10
14
+
15
+ ### [ 0.7.1] ( https://github.com/eduNEXT/drydock/compare/v0.7.0...v0.7.1 ) (2023-07-10)
16
+
17
+ ### Bug Fixes
18
+
19
+ - drydock fails in older versions to tutor palm ([ #43 ] ( https://github.com/eduNEXT/drydock/issues/43 ) ) ([ c3c5e0a] ( https://github.com/eduNEXT/drydock/commit/c3c5e0a30f3d5f672a170f567568c59e4d16f0d3 ) )
20
+
13
21
## [ v0.7.0] ( https://github.com/eduNEXT/drydock/compare/v0.6.1...v0.7.0 ) - 2023-07-07
14
22
15
23
### [ 0.7.0] ( https://github.com/eduNEXT/drydock/compare/v0.6.1...v0.7.0 ) (2023-07-07)
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.7.0
2
+ current_version = 0.7.1
3
3
commit = False
4
4
tag = False
5
5
Original file line number Diff line number Diff line change 1
- __version__ = "0.7.0 "
1
+ __version__ = "0.7.1 "
You can’t perform that action at this time.
0 commit comments