Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iafisher committed Feb 14, 2019
1 parent e1ac7ab commit 9d0d632
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
**NOTE**: As permitted by semantic versioning, backward compatibility is NOT maintained for initial development, i.e. releases before 1.0.0.

## Unreleased
Nothing yet.

## [0.7.0] - 2019-02-13
### Added
- The `assemble` subcommand, for assembling HERA programs into raw machine code.
- The `clear` debugging command, for clearing breakpoints.
Expand Down
2 changes: 1 addition & 1 deletion hera/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def bytes_to_hex(b: bytes) -> str:
"--stdout": ["assemble"],
}

VERSION = "hera-py 0.6.0 for HERA version 2.4"
VERSION = "hera-py 0.7.0 for HERA version 2.4"
HELP = """\
hera: an interpreter for the Haverford Educational RISC Architecture.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="hera-py",
version="0.6.0",
version="0.7.0",
description=(
"Interpreter for the Haverford Educational RISC Architecture (HERA) "
"assembly language"
Expand Down

0 comments on commit 9d0d632

Please sign in to comment.