Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
Release 0.2.0. The largest difference is the introduction of the bazel
build system, and that we no longer specify ansible as an explicit
dependency. This is also the first release for which we will make a
`.par` binary available.
  • Loading branch information
mattjmcnaughton committed May 3, 2018
1 parent 8bb368b commit 1fc0b29
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ tmp_scratch
.mypy_cache

bazel-*
*requirements.txt
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,11 @@ request](https://github.com/sheepdoge/sheepdoge/pulls). It doesn't have to
be a huge feature - documentation fixes/improvements, added test coverage, and
small refactorings for cleaner code are all great places to start :)

*sheepdoge* integration tests depend on Docker. Additionally, if developing on
*sheepdoge*, you'll need to install the development dependencies using [pipenv]
(https://github.com/kennethreitz/pipenv) by running:
The `Makefile` defines common commands which are helpful during development.
Please ensure you have `docker`, `bazel`, and `pip-tools` installed in your
development environment.

```
make install
```

Note, that if you are adding a production dependency to `sheepdoge`, please be
sure to add it both to the `install_requires` section of `setup.py` and
`Pipfile`.
Please ensure `make check` passes before creating a pr.

## Support

Expand Down
2 changes: 1 addition & 1 deletion sheepdoge/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.6'
__version__ = '0.2.0'

0 comments on commit 1fc0b29

Please sign in to comment.