File tree 4 files changed +27
-7
lines changed
4 files changed +27
-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.8.0] ( https://github.com/pythoninja/sshgen/compare/v0.7.3..0.8.0 ) - 2024-09-07
5
+ ## [ 0.9.0] ( https://github.com/pythoninja/sshgen/compare/v0.8.0..0.9.0 ) - 2025-01-12
6
+
7
+ ### Features
8
+
9
+ - Warn if ansible_host is missing - ([ 5232eac] ( https://github.com/pythoninja/sshgen/commit/5232eacc64deac6e36bb2f194af22d4348208a15 ) )
10
+
11
+ ### Bug Fixes
12
+
13
+ - * (ci)* Replace ruff version - ([ 78d5c26] ( https://github.com/pythoninja/sshgen/commit/78d5c2649cd330ed215357cc69a6641a95714dba ) )
14
+
15
+ ### Development
16
+
17
+ - * (dev)* Migrate pyproject to poetry 2 - ([ a7efebe] ( https://github.com/pythoninja/sshgen/commit/a7efebe18c03519f83de8b565ee41f423593c0ad ) )
18
+ - * (dev)* Remove ANN ruff rule - ([ 325fd43] ( https://github.com/pythoninja/sshgen/commit/325fd43d21f884b80408365354af881e973f88c6 ) )
19
+
20
+ ### Miscellaneous Tasks
21
+
22
+ - Migrate to astral-sh official action - ([ fbb6732] ( https://github.com/pythoninja/sshgen/commit/fbb67327fd53e2af2619ef89f6f4ae6c1ea93652 ) )
23
+ - Bump poetry to 2.0.0 - ([ 2843650] ( https://github.com/pythoninja/sshgen/commit/284365060e7900b5a59d843683207455df0a15ed ) )
24
+
25
+ ## [ 0.8.0] ( https://github.com/pythoninja/sshgen/compare/v0.7.3..v0.8.0 ) - 2024-09-07
6
26
7
27
### Features
8
28
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.8 .0
5
+ Current version: v0.9 .0
6
6
7
7
## Table of Contents
8
8
@@ -30,7 +30,7 @@ Current version: v0.8.0
30
30
### Using pip
31
31
32
32
``` shell
33
- pip install --user git+https://github.com/pythoninja/sshgen@v0.8 .0
33
+ pip install --user git+https://github.com/pythoninja/sshgen@v0.9 .0
34
34
```
35
35
36
36
Or
@@ -42,7 +42,7 @@ pip install --user sshgen
42
42
### Using pipx
43
43
44
44
``` shell
45
- pipx install git+https://github.com/pythoninja/sshgen@v0.8 .0
45
+ pipx install git+https://github.com/pythoninja/sshgen@v0.9 .0
46
46
```
47
47
48
48
Or just run without installing:
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " sshgen"
3
- version = " 0.8 .0"
3
+ version = " 0.9 .0"
4
4
description = " SSH config generator based on Ansible hosts yaml file"
5
5
license = " Unlicense"
6
6
authors = [
@@ -33,7 +33,7 @@ build-backend = "poetry.core.masonry.api"
33
33
github_url = " https://github.com/pythoninja/sshgen"
34
34
35
35
[tool .tbump .version ]
36
- current = " 0.8 .0"
36
+ current = " 0.9 .0"
37
37
regex = '''
38
38
(?P<major>\d+)
39
39
\.
Original file line number Diff line number Diff line change 2
2
3
3
4
4
__app_name__ = "sshgen"
5
- __version__ = "0.8 .0"
5
+ __version__ = "0.9 .0"
You can’t perform that action at this time.
0 commit comments