Skip to content

Commit 9fb2875

Browse files
committed
bump to 0.27.0
1 parent 5a8b3c8 commit 9fb2875

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ Versioning].
88
[keep a changelog]: https://keepachangelog.com/en/1.0.0
99
[semantic versioning]: https://semver.org/spec/v2.0.0.html
1010

11+
## [0.27.0] - 2024-02-07
12+
13+
### Added
14+
15+
- Added registers view ([@nomtats]) #242
16+
- Enabled breakpoints inside `riscv` files ([@William-An]) #404
17+
1118
## [0.26.1] - 2022-12-31
1219

1320
### Fixed
@@ -238,6 +245,7 @@ Versioning].
238245
[@reznikmm]: https://github.com/reznikmm
239246
[@simark]: https://github.com/simark
240247
[@webfreak001]: https://github.com/WebFreak001
248+
[@William-An]: https://github.com/William-An
241249
[@yanpas]: https://github.com/Yanpas
242250

243251
<!-- markdownlint-configure-file { "MD024": { "siblings_only": true } } -->

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"debug"
1111
],
1212
"license": "public domain",
13-
"version": "0.26.1",
13+
"version": "0.27.0",
1414
"publisher": "webfreak",
1515
"icon": "images/icon.png",
1616
"engines": {

0 commit comments

Comments
 (0)