Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
escapewindow committed Mar 23, 2017
1 parent 2e5f38c commit c3d7b8c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
23 changes: 21 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,29 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.10.1] - 2016-02-09
## [1.0.0] - 2017-03-23
### Added
- `example_server_config.json`
- 100% test coverage, with full docstrings and `flake8_docstrings`
- moved `SigningServer` named tuple out of function, for easier importing and reuse

### Changed
- no longer accept `dmgv2` format
- explode and tar dmg files (support dmg signing in taskcluster)
- `get_default_config` now takes a `base_dir` kwarg
- moved `_execute_subprocess` to utils
- `sign_file` now returns the path to the target file
- `async_main` now copies the returned path to the `artifact_dir`

### Fixed
- close the event loop on `main()` exception

## [0.10.1] - 2017-02-09
### Fixed
- Fix an execution error due to the addition of zipalign

## [0.10.0] - 2016-02-08
## [0.10.0] - 2017-02-08
### Changed
- zipalign APKs in order to allow them to be published onto Google Play Store

## [0.9.0] - 2016-12-08
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.1
1.0.0

0 comments on commit c3d7b8c

Please sign in to comment.