File tree Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.6.1
2
+ current_version = 0.6.2
3
3
4
4
[bumpversion:file:snapcraft.yaml]
5
5
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ AppDir:
17
17
id : at.ssh-mitm.server
18
18
name : ssh-mitm
19
19
icon : ssh-mitm
20
- version : 0.6.1
20
+ version : 0.6.2
21
21
# Set the python executable as entry point
22
22
exec : usr/bin/python3
23
23
# Set the application main script path as argument. Use '$@' to forward CLI parameters
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.6.2] - 2021-11-04
11
+
12
+ ### Fixed
13
+
14
+ - fixed hostname regex (regex was to strict and not all hostnames were allowed)
15
+
10
16
## [ 0.6.1] - 2021-09-21
11
17
12
18
### Fixed
@@ -210,7 +216,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
210
216
211
217
- fixed pseudo terminal on exec command
212
218
213
- [ Unreleased ] : https://github.com/ssh-mitm/ssh-mitm/compare/0.6.1...develop
219
+ [ Unreleased ] : https://github.com/ssh-mitm/ssh-mitm/compare/0.6.2...develop
220
+ [ 0.6.2 ] : https://github.com/ssh-mitm/ssh-mitm/compare/0.6.1...0.6.2
214
221
[ 0.6.1 ] : https://github.com/ssh-mitm/ssh-mitm/compare/0.6.0...0.6.1
215
222
[ 0.6.0 ] : https://github.com/ssh-mitm/ssh-mitm/compare/0.5.13...0.6.0
216
223
[ 0.5.13 ] : https://github.com/ssh-mitm/ssh-mitm/compare/0.5.12...0.5.13
Original file line number Diff line number Diff line change 1
1
name : ssh-mitm # you probably want to 'snapcraft register <name>'
2
2
base : core18 # the base snap is the execution environment for this snap
3
- version : ' 0.6.1 ' # just for humans, typically '1.2+git' or '1.3.2'
3
+ version : ' 0.6.2 ' # just for humans, typically '1.2+git' or '1.3.2'
4
4
summary : ssh mitm server for security audits # 79 char long summary
5
5
description : |
6
6
ssh mitm server for security audits supporting
Original file line number Diff line number Diff line change 1
- version = '0.6.1 '
1
+ version = '0.6.2 '
You can’t perform that action at this time.
0 commit comments