File tree 4 files changed +11
-7
lines changed
4 files changed +11
-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
- ## [ unreleased ]
5
+ ## [ 0.6.0 ] ( https://github.com/pythoninja/sshgen/compare/v0.5.0..0.6.0 ) - 2024-03-10
6
6
7
7
### Features
8
8
@@ -14,6 +14,8 @@ All notable changes to this project will be documented in this file.
14
14
15
15
### Development
16
16
17
+ - * (dev)* Add just check - ([ ef9280d] ( https://github.com/pythoninja/sshgen/commit/ef9280d993e8f8689de4a0bba28d57566915c998 ) )
18
+ - * (dev)* Fix tbump configuration - ([ 0561adf] ( https://github.com/pythoninja/sshgen/commit/0561adfd3c997efed4b5ab6284ac858dc4ce788c ) )
17
19
- * (dev)* Ignore test files - ([ 9ac9b86] ( https://github.com/pythoninja/sshgen/commit/9ac9b8661e5e6956fdc97e01b34b106be71d7e6c ) )
18
20
- * (dev)* Add justfile - ([ 6b5541e] ( https://github.com/pythoninja/sshgen/commit/6b5541ebb27bfaaa5b2d5130282358119bbcd35f ) )
19
21
- * (dev)* Enable ruff-specific rules for linter - ([ 98b901c] ( https://github.com/pythoninja/sshgen/commit/98b901c837a130007f9c91ab4e0f1642559b728d ) )
@@ -24,7 +26,9 @@ All notable changes to this project will be documented in this file.
24
26
25
27
### Documentation
26
28
29
+ - * (changelog)* Update release notes - ([ 25491c1] ( https://github.com/pythoninja/sshgen/commit/25491c1c3f31a3d2be479df258ff565f653a1562 ) )
27
30
- * (changelog)* Update release notes - ([ f6d1323] ( https://github.com/pythoninja/sshgen/commit/f6d1323c767b93d1034bdea17a73e783fd7a50e8 ) )
31
+ - Clarify ` Include ` directive positioning - ([ e1258e2] ( https://github.com/pythoninja/sshgen/commit/e1258e23d80b8be581ecc9d31105dd2b9b5a251b ) )
28
32
- Update usage and output example - ([ 6a5dda4] ( https://github.com/pythoninja/sshgen/commit/6a5dda4b631b4830cc2e39db4132e3849e9d5a24 ) )
29
33
- Update example usage in cli - ([ c20477a] ( https://github.com/pythoninja/sshgen/commit/c20477a55c9b67e42ede4085828a1288ee6aa777 ) )
30
34
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.5 .0
8
+ Current version: v0.6 .0
9
9
10
10
## Table of Contents
11
11
@@ -33,7 +33,7 @@ Current version: v0.5.0
33
33
### Using pip
34
34
35
35
``` shell
36
- pip install --user git+https://github.com/pythoninja/sshgen@v0.5 .0
36
+ pip install --user git+https://github.com/pythoninja/sshgen@v0.6 .0
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/sshgen@v0.5 .0
48
+ pipx install git+https://github.com/pythoninja/sshgen@v0.6 .0
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.5 .0"
3
+ version = " 0.6 .0"
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.5 .0"
34
+ current = " 0.6 .0"
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.5 .0"
5
+ __version__ = "0.6 .0"
You can’t perform that action at this time.
0 commit comments