Skip to content

Commit d169694

Browse files
author
Christian Heitman
committed
Bump version number to 0.5.0
1 parent 64c3ae0 commit d169694

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66
### Added
7+
### Changed
8+
### Deprecated
9+
### Removed
10+
### Fixed
11+
### Security
12+
13+
## [0.5.0] - 2017-12-18
14+
### Added
715
- Add architecture emulator class.
816
- Add support for Travis CI.
917
- Add tests for the `smt` package.
@@ -24,8 +32,6 @@ All notable changes to this project will be documented in this file.
2432
- Update `ARM` architecural information.
2533
- Refactor `emulate` method to support `x86_64`, `ARM` and `Thumb` code.
2634

27-
### Deprecated
28-
2935
### Fixed
3036
- Add `BAL` and `BGT` to the list of ARM branch instructions.
3137
- Fix Capstone installation issues.
@@ -36,8 +42,6 @@ All notable changes to this project will be documented in this file.
3642
- Remove deprecated `barf-install-solver.sh` script.
3743
- Remove `smtlibv2.py` module dependency from `PySymEmu`.
3844

39-
### Security
40-
4145
## [0.4.0] - 2017-04-10
4246
### Added
4347
- Update `README` to include new command line options for all BARF tools.
@@ -132,7 +136,8 @@ All notable changes to this project will be documented in this file.
132136
### Added
133137
- First release.
134138

135-
[Unreleased]: https://github.com/programa-stic/barf-project/compare/v0.4.0...master
139+
[Unreleased]: https://github.com/programa-stic/barf-project/compare/v0.5.0...master
140+
[0.5.0]: https://github.com/programa-stic/barf-project/compare/v0.4.0...v0.5.0
136141
[0.4.0]: https://github.com/programa-stic/barf-project/compare/v0.3...v0.4.0
137142
[0.3]: https://github.com/programa-stic/barf-project/compare/v0.2.1...v0.3
138143
[0.2.1]: https://github.com/programa-stic/barf-project/compare/v0.2...v0.2.1

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ For more information, see:
2121

2222
Current status:
2323

24-
| **Latest Release** | v0.4.0 |
24+
| **Latest Release** | v0.5.0 |
2525
|-------------------:|:-----------------------------------------------------------------------|
26-
| **URL** | https://github.com/programa-stic/barf-project/releases/tag/v0.4.0 |
27-
| **Change Log** | https://github.com/programa-stic/barf-project/blob/v0.4.0/CHANGELOG.md |
26+
| **URL** | https://github.com/programa-stic/barf-project/releases/tag/v0.5.0 |
27+
| **Change Log** | https://github.com/programa-stic/barf-project/blob/v0.5.0/CHANGELOG.md |
2828

2929
> All packages were tested on Ubuntu 16.04 (x86_64).
3030

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup
44
from setuptools import find_packages
55

6-
__version__ = '0.4.0'
6+
__version__ = '0.5.0'
77

88
setup(
99
author = 'Christian Heitman',

0 commit comments

Comments
 (0)