Skip to content

Commit

Permalink
add v0.1.1 changelog (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
cornelk authored Aug 2, 2022
1 parent 7fd3791 commit 7f94896
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.19
id: go

- name: Check out code into the Go module directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [1.17, 1.18]
go: [1.17, 1.18, 1.19]

steps:
- name: Set up Go 1.x
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file.

## [0.1.1] - 2022-08-02

nesgodisasm v0.1.1

Added:

* add var aliases for zeropage accesses
* support code/data logs
* support more mappers
* unofficial instruction opcodes are bundled

Fixed:

* fix wrong address in comments for non standard rom base addresses
* support data references into instruction opcodes

## [0.1.0] - 2022-06-26

First version of nesgodisasm released.

0 comments on commit 7f94896

Please sign in to comment.