File tree 4 files changed +8
-7
lines changed
4 files changed +8
-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.2.0 ] ( https://github.com/pythoninja/sshgen/compare/v0.1.1..0.2.0 ) - 2023-10-13
6
6
7
7
### Features
8
8
@@ -18,6 +18,7 @@ All notable changes to this project will be documented in this file.
18
18
19
19
### Development
20
20
21
+ - * (dev)* Generate beauty changelog ([ #47 ] ( https://github.com/pythoninja/sshgen/issues/47 ) ) - ([ 3170efe] ( https://github.com/pythoninja/sshgen/commit/3170efe95b5676d699e7af069f950c4c46a32231 ) )
21
22
- * (dev)* Change type of quotes (experimentally) - ([ 9b9f75d] ( https://github.com/pythoninja/sshgen/commit/9b9f75dd2881fbcd0776277a2271558eaf2b3e1d ) )
22
23
- * (dev)* Remove isort rule - ([ 8815fb9] ( https://github.com/pythoninja/sshgen/commit/8815fb999bc11e58300181c8cfe47bfa93c09263 ) )
23
24
- * (dev)* Add ruff rules - ([ a36d07f] ( https://github.com/pythoninja/sshgen/commit/a36d07ff647249679c6ae495e0bae9874d0ea634 ) )
Original file line number Diff line number Diff line change 2
2
3
3
SSH configuration generator based on your Ansible hosts YAML file.
4
4
5
- Current version: v0.1.1
5
+ Current version: v0.2.0
6
6
7
7
## Table of Contents
8
8
@@ -29,7 +29,7 @@ Current version: v0.1.1
29
29
### Using pip
30
30
31
31
``` shell
32
- pip install --user git+https://github.com/pythoninja/sshgen@v0.1.1
32
+ pip install --user git+https://github.com/pythoninja/sshgen@v0.2.0
33
33
```
34
34
35
35
Or
@@ -41,7 +41,7 @@ pip install --user sshgen
41
41
### Using pipx
42
42
43
43
``` shell
44
- pipx install git+https://github.com/pythoninja/sshgen@v0.1.1
44
+ pipx install git+https://github.com/pythoninja/sshgen@v0.2.0
45
45
```
46
46
47
47
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.1.1 "
3
+ version = " 0.2.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"
@@ -30,7 +30,7 @@ build-backend = "poetry.core.masonry.api"
30
30
github_url = " https://github.com/pythoninja/sshgen"
31
31
32
32
[tool .tbump .version ]
33
- current = " 0.1.1 "
33
+ current = " 0.2.0 "
34
34
regex = '''
35
35
(?P<major>\d+)
36
36
\.
Original file line number Diff line number Diff line change 2
2
3
3
4
4
__app_name__ = 'sshgen'
5
- __version__ = '0.1.1 '
5
+ __version__ = '0.2.0 '
You can’t perform that action at this time.
0 commit comments