Skip to content

Commit

Permalink
release: Release 2.5.0 [skip actions]
Browse files Browse the repository at this point in the history
# [2.5.0](v2.4.7...v2.5.0) (2024-11-29)

### Bug Fixes

* Fix height of assembled section ([4f94610](4f94610))
* Fix highlight for labels starting with @ or ? ([c3a0ef1](c3a0ef1))
* Give more space to machine code columns ([2908056](2908056))

### Features

* Add SP and PC register display ([a793484](a793484))
  • Loading branch information
semantic-release-bot committed Nov 29, 2024
1 parent c3a0ef1 commit fa1b9bf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [2.5.0](https://github.com/debjitbis08/sim8085/compare/v2.4.7...v2.5.0) (2024-11-29)


### Bug Fixes

* Fix height of assembled section ([4f94610](https://github.com/debjitbis08/sim8085/commit/4f946105e9cfa52c004a8069d63bc9f4922ee1f5))
* Fix highlight for labels starting with @ or ? ([c3a0ef1](https://github.com/debjitbis08/sim8085/commit/c3a0ef1d5f6ac28e3e648f40c3bdd4ab3d7843bb))
* Give more space to machine code columns ([2908056](https://github.com/debjitbis08/sim8085/commit/290805693f2d1bceb68acef964f52ccdecf809ab))


### Features

* Add SP and PC register display ([a793484](https://github.com/debjitbis08/sim8085/commit/a793484a2579153c308b992ddfbbc06640dc9ec7))

## [2.4.7](https://github.com/debjitbis08/sim8085/compare/v2.4.6...v2.4.7) (2024-11-29)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sim8085",
"description": "Development environment for Intel 8085 microprocessor.",
"type": "module",
"version": "2.4.7",
"version": "2.5.0",
"private": true,
"license": "BSD-3-Clause",
"author": "Debjit Biswas",
Expand Down

0 comments on commit fa1b9bf

Please sign in to comment.