File tree 4 files changed +17
-6
lines changed
4 files changed +17
-6
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.0] ( https://github.com/pythoninja/sshgen/compare/v0.6.0..0.7.0 ) - 2024-03-16
6
+
7
+ ### Features
8
+
9
+ - * (cli)* Migrate to cyclopts - ([ cca5053] ( https://github.com/pythoninja/sshgen/commit/cca5053c34508ef0bcb78e17dc2ac9bce4050368 ) )
10
+
11
+ ### Development
12
+
13
+ - * (dev)* Update to ruff 0.3.3 - ([ c33b1bf] ( https://github.com/pythoninja/sshgen/commit/c33b1bf2e96a454b43d2855cb83eb8afea5e65af ) )
14
+ - * (dev)* Remove changelog entries from generator - ([ 0a79d78] ( https://github.com/pythoninja/sshgen/commit/0a79d782cc6c65596c1f56c93ee58ceb47621fdc ) )
15
+
5
16
## [ 0.6.0] ( https://github.com/pythoninja/sshgen/compare/v0.5.0..v0.6.0 ) - 2024-03-10
6
17
7
18
### Features
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.6 .0
8
+ Current version: v0.7 .0
9
9
10
10
## Table of Contents
11
11
@@ -33,7 +33,7 @@ Current version: v0.6.0
33
33
### Using pip
34
34
35
35
``` shell
36
- pip install --user git+https://github.com/pythoninja/sshgen@v0.6 .0
36
+ pip install --user git+https://github.com/pythoninja/sshgen@v0.7 .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.6 .0
48
+ pipx install git+https://github.com/pythoninja/sshgen@v0.7 .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.6 .0"
3
+ version = " 0.7 .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.6 .0"
34
+ current = " 0.7 .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.6 .0"
5
+ __version__ = "0.7 .0"
You can’t perform that action at this time.
0 commit comments