Skip to content

Commit 4be6c3b

Browse files
committed
pinned machine68k to 0.3.0
1 parent 8b2e846 commit 4be6c3b

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [0.8.1][9] (2025-12-30)
4+
5+
### global
6+
7+
* pinned machine68k to 0.3.0
8+
9+
310
## [0.8.0][8] (2024-03-03)
411

512
### global

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
description = "A package to support development with classic Amiga m68k systems"
1111
requires-python = ">=3.8"
1212
keywords = ["AmigaOS", "vamos"]
13-
license = {text = "GPL-v2"}
13+
license = "GPL-2.0-or-later"
1414
classifiers = [
1515
"Development Status :: 4 - Beta",
1616
"Intended Audience :: Developers",
@@ -20,7 +20,7 @@ classifiers = [
2020
dynamic = ["version", "readme"]
2121

2222
[project.optional-dependencies]
23-
vamos = ["machine68k"]
23+
vamos = ["machine68k == 0.3.0"]
2424

2525
[tool.setuptools]
2626
zip-safe = false

requirements-dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ twine
44
tox
55
black
66
build
7-
machine68k
7+
machine68k == 0.3.0
8+

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pytest
22
pytest-benchmark
3-
machine68k
3+
machine68k == 0.3.0

0 commit comments

Comments
 (0)