Skip to content

Commit

Permalink
Bump gem version; v0.3.1 Changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
redcode committed Jan 5, 2024
1 parent 34a375e commit 1cb4cf8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This is the version history and changelog of Z80-Ruby. Version numbers do not correlate with those of the Z80 library. Release dates are in UTC time zone.

## 0.3.2 / 2024-01-05

### Bugfixes

* Added `Z80::MINIMUM_CYCLES_PER_STEP` (again). It was not actually added in v0.2.0 by mistake.

## 0.3.1 / 2024-01-05

### Bugfixes
Expand All @@ -25,7 +31,7 @@ This is the version history and changelog of Z80-Ruby. Version numbers do not co

### Enhancements

* Added [`Z80::MINIMUM_CYCLES_PER_STEP`](https://zxe.io/software/Z80/documentation/latest/APIReference.html#c.Z80_MINIMUM_CYCLES_PER_STEP).
* Added `Z80::MINIMUM_CYCLES_PER_STEP`.
* Minor code improvements.

### Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ message: If you use this software, please cite it using these metadata.
repository-code: https://github.com/redcode/Z80-Ruby
title: Z80-Ruby
type: software
version: 0.3.1
version: 0.3.2
url: https://zxe.io/software/Z80-Ruby
2 changes: 1 addition & 1 deletion lib/z80/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Z80
VERSION = '0.3.1'
VERSION = '0.3.2'
end

0 comments on commit 1cb4cf8

Please sign in to comment.