Skip to content

Commit f4c572f

Browse files
authored
Merge pull request #9 from zeropointdynamics/bump_v0.0.2.dev0
Bump version to 0.0.2.dev0
2 parents f09298e + 4f30967 commit f4c572f

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Version 0.0.1] - 2020-03-03
9+
10+
### Added
11+
12+
- N/A
13+
14+
### Changed
15+
16+
- Updated documentation
17+
18+
### Removed
19+
20+
- N/A
21+
822
## [Version 0.0.0] - 2020-03-02
923

1024
Initial public release.

src/zelos/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# License along with this program. If not, see
1515
# <http://www.gnu.org/licenses/>.
1616
# ======================================================================
17-
__version__ = "0.0.1.dev0"
17+
__version__ = "0.0.2.dev0"
1818

1919
__title__ = "zelos"
2020
__description__ = "A comprehensive binary emulation platform."

0 commit comments

Comments
 (0)