File tree 4 files changed +14
-7
lines changed
4 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
- ## [ 0.7.1] ( https://github.com/pythoninja/sshgen/compare/v0.7.0..0.7.1 ) - 2024-03-18
5
+ ## [ 0.7.2] ( https://github.com/pythoninja/sshgen/compare/v0.7.1..0.7.2 ) - 2024-07-09
6
+
7
+ ### Miscellaneous Tasks
8
+
9
+ - Bump poetry to 1.8.3 - ([ be330da] ( https://github.com/pythoninja/sshgen/commit/be330da185b4262b7dc80ac105d33240e9cc6383 ) )
10
+ - Fix linter action for ruff 0.5.x - ([ 09f5326] ( https://github.com/pythoninja/sshgen/commit/09f5326d11f38354f02730409666ee0f36eb3006 ) )
11
+
12
+ ## [ 0.7.1] ( https://github.com/pythoninja/sshgen/compare/v0.7.0..v0.7.1 ) - 2024-03-18
6
13
7
14
### Bug Fixes
8
15
Original file line number Diff line number Diff line change 5
5
6
6
SSH configuration generator based on your Ansible hosts YAML file.
7
7
8
- Current version: v0.7.1
8
+ Current version: v0.7.2
9
9
10
10
## Table of Contents
11
11
@@ -33,7 +33,7 @@ Current version: v0.7.1
33
33
### Using pip
34
34
35
35
``` shell
36
- pip install --user git+https://github.com/pythoninja/
[email protected] .
1
36
+ pip install --user git+https://github.com/pythoninja/
[email protected] .
2
37
37
```
38
38
39
39
Or
@@ -45,7 +45,7 @@ pip install --user sshgen
45
45
### Using pipx
46
46
47
47
``` shell
48
- pipx install git+https://github.com/pythoninja/
[email protected] .
1
48
+ pipx install git+https://github.com/pythoninja/
[email protected] .
2
49
49
```
50
50
51
51
Or just run without installing:
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " sshgen"
3
- version = " 0.7.1 "
3
+ version = " 0.7.2 "
4
4
description = " SSH config generator based on Ansible hosts yaml file"
5
5
license = " Unlicense"
6
6
repository = " https://github.com/pythoninja/sshgen"
@@ -31,7 +31,7 @@ build-backend = "poetry.core.masonry.api"
31
31
github_url = " https://github.com/pythoninja/sshgen"
32
32
33
33
[tool .tbump .version ]
34
- current = " 0.7.1 "
34
+ current = " 0.7.2 "
35
35
regex = '''
36
36
(?P<major>\d+)
37
37
\.
Original file line number Diff line number Diff line change 2
2
3
3
4
4
__app_name__ = "sshgen"
5
- __version__ = "0.7.1 "
5
+ __version__ = "0.7.2 "
You can’t perform that action at this time.
0 commit comments