Skip to content

Commit c287429

Browse files
committed
Release v1.2 🎉!
1 parent 057c90a commit c287429

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v1.2.dev1
1+
# v1.2
22

33
Lots of smaller bits in this release and massive improvement to the documentation.
44

@@ -12,7 +12,7 @@ Operation & fact updates:
1212
+ Add GPG facts: `gkg_key`, `gpg_keys` and `gpg_secret_keys`
1313
+ Add `additional_ips` in `network_devices` fact
1414
+ Add `ipv4_addrs` and `ipv6_addrs` facts to replace `ipv[46]_addresses`
15-
+ Add `has_gui` fact
15+
+ Add `linux_gui` & `has_gui` facts
1616

1717
Other bits:
1818

@@ -24,6 +24,7 @@ Other bits:
2424
+ Use `curl` if `wget` not present in `apt.key` operation
2525
+ Completely remove use of `use_default_on_error` in facts
2626
+ Many updates/tweaks to documentation + theme
27+
+ Allow functions in/as group/host data (CLI)
2728
+ Implement/use Angolia docsearch on documentation
2829

2930

pyinfra/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.2.dev1'
1+
__version__ = '1.2'

0 commit comments

Comments
 (0)