File tree Expand file tree Collapse file tree 5 files changed +10
-5
lines changed
Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.6.2
2+ current_version = 0.6.3
33
44[bumpversion:file:snapcraft.yaml]
55
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ AppDir:
1717 id : at.ssh-mitm.server
1818 name : ssh-mitm
1919 icon : ssh-mitm
20- version : 0.6.2
20+ version : 0.6.3
2121 # Set the python executable as entry point
2222 exec : usr/bin/python3
2323 # 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,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.6.3] - 2021-11-04
11+
12+ - fixed hostname regex (error in regex)
13+
1014## [ 0.6.2] - 2021-11-04
1115
1216### Fixed
@@ -216,7 +220,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
216220
217221- fixed pseudo terminal on exec command
218222
219- [ Unreleased ] : https://github.com/ssh-mitm/ssh-mitm/compare/0.6.2...develop
223+ [ Unreleased ] : https://github.com/ssh-mitm/ssh-mitm/compare/0.6.3...develop
224+ [ 0.6.3 ] : https://github.com/ssh-mitm/ssh-mitm/compare/0.6.2...0.6.3
220225[ 0.6.2 ] : https://github.com/ssh-mitm/ssh-mitm/compare/0.6.1...0.6.2
221226[ 0.6.1 ] : https://github.com/ssh-mitm/ssh-mitm/compare/0.6.0...0.6.1
222227[ 0.6.0 ] : https://github.com/ssh-mitm/ssh-mitm/compare/0.5.13...0.6.0
Original file line number Diff line number Diff line change 11name : ssh-mitm # you probably want to 'snapcraft register <name>'
22base : core18 # the base snap is the execution environment for this snap
3- version : ' 0.6.2 ' # just for humans, typically '1.2+git' or '1.3.2'
3+ version : ' 0.6.3 ' # just for humans, typically '1.2+git' or '1.3.2'
44summary : ssh mitm server for security audits # 79 char long summary
55description : |
66 ssh mitm server for security audits supporting
Original file line number Diff line number Diff line change 1- version = '0.6.2 '
1+ version = '0.6.3 '
You can’t perform that action at this time.
0 commit comments