Skip to content

Commit

Permalink
Release v1!
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizzadar committed Jul 11, 2020
1 parent 16c80d0 commit 9d45a81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v1.dev2
# v1.0

The first `1.x` release!

Expand All @@ -11,6 +11,9 @@ What's new:
+ [CLI] write progress/user info/logs to `stderr` only
+ [API] Consistent ordering when `add_op` and `add_deploy` functions
+ [API] Return a dictionary of `host` -> `OperationMeta` when using `add_op`
+ Enable passing a list of modules to `server.modprobe` (@FooBarQuaxx)
+ Support `Path` objects in `files.[file|directory|link]` operations
+ Support `shasum` (MacOS) in `sha1_file` fact

Breaking changes:

Expand Down
2 changes: 1 addition & 1 deletion pyinfra/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.dev2'
__version__ = '1.0'

0 comments on commit 9d45a81

Please sign in to comment.