Skip to content

Commit df61f99

Browse files
committed
Bump gem version; v0.3.2 Changes.
1 parent 34a375e commit df61f99

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
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.
44

5+
## 0.3.2 / 2024-01-05
6+
7+
### Bugfixes
8+
9+
* Added `Z80::MINIMUM_CYCLES_PER_STEP` (again). It was not actually added in v0.2.0 by mistake.
10+
511
## 0.3.1 / 2024-01-05
612

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

2632
### Enhancements
2733

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

3137
### Bugfixes

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ message: If you use this software, please cite it using these metadata.
2020
repository-code: https://github.com/redcode/Z80-Ruby
2121
title: Z80-Ruby
2222
type: software
23-
version: 0.3.1
23+
version: 0.3.2
2424
url: https://zxe.io/software/Z80-Ruby

lib/z80/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class Z80
2-
VERSION = '0.3.1'
2+
VERSION = '0.3.2'
33
end

0 commit comments

Comments
 (0)