From a79bd9a9bc21bf9646144e5119869c70a3626c3b Mon Sep 17 00:00:00 2001 From: "Kevin Z. Snow" Date: Tue, 3 Mar 2020 17:44:39 -0500 Subject: [PATCH 1/2] Bump version to 0.0.2.dev0 --- CHANGELOG.md | 16 ++++++++++++++++ src/zelos/__init__.py | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b297bb..5cdf32b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Version 0.0.1] - 2020-03-03 + +Initial public release. + +### Added + +- N/A + +### Changed + +- Updated documentation + +### Removed + +- N/A + ## [Version 0.0.0] - 2020-03-02 Initial public release. diff --git a/src/zelos/__init__.py b/src/zelos/__init__.py index 779d654..d883046 100644 --- a/src/zelos/__init__.py +++ b/src/zelos/__init__.py @@ -14,7 +14,7 @@ # License along with this program. If not, see # . # ====================================================================== -__version__ = "0.0.1.dev0" +__version__ = "0.0.2.dev0" __title__ = "zelos" __description__ = "A comprehensive binary emulation platform." From 4f309674d423fb6a38471b3b9a38b645fd065013 Mon Sep 17 00:00:00 2001 From: Zeropoint Date: Tue, 3 Mar 2020 17:46:14 -0500 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cdf32b..da6d220 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Version 0.0.1] - 2020-03-03 -Initial public release. - ### Added - N/A