Skip to content

Commit

Permalink
Bump version to 2.3.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Moshe Shahar committed Jul 12, 2021
1 parent 91afa70 commit b815b96
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 2.3.0
- Add encrypted payload support to `manifest-tool`:
- Add `encrypted-raw` payload format and encrypted payload information to manifest configuration file.
- Add encrypted payload support to `manifest-dev-tool`:
- Add `--encrypted-digest` and `--encrypted-size` options to `create` command.
- Add `--encrypt-payload` option to `update`.
- Build wheels for `manylinux_2_24_x86_64`.
- Improve the tool help and the `README.md` file.

## 2.2.0
- Changes to `manifest-dev-tool`:
- Improve timeout and connection error handling.
Expand Down
2 changes: 1 addition & 1 deletion manifesttool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# limitations under the License.
# ----------------------------------------------------------------------------

__version__ = "2.2.0"
__version__ = "2.3.0rc1"
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ skip_install=True
deps =
# FIXME - use '{envpython} setup.py --fullname'
setenv =
SDIST_TAR_NAME = manifest-tool-2.2.0.tar.gz
SDIST_TAR_NAME = manifest-tool-2.3.0rc1.tar.gz
commands =
{envpython} setup.py egg_info
{envpython} setup.py sdist
Expand Down

0 comments on commit b815b96

Please sign in to comment.