Skip to content

Commit 120a5be

Browse files
authored
Bump version, add changelog, update license and contributing.md (#100)
1 parent d08f847 commit 120a5be

4 files changed

Lines changed: 21 additions & 15 deletions

File tree

CHANGELOG.md

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

3+
## [v1.9.0] - 2026-03-25
4+
5+
### New Features
6+
7+
- Extension API allows to get interrupt tables from SVD files. ([#76](https://github.com/eclipse-cdt-cloud/vscode-peripheral-inspector/issues/76), [Jens Reinecke](https://github.com/jreineckearm))
8+
9+
### Bug Fixes
10+
11+
- VS Code freezes/crashes when loading a large register set (~500K lines). ([#71](https://github.com/eclipse-cdt-cloud/vscode-peripheral-inspector/issues/71), [phongtrinh1234](https://github.com/phongtrinh1234))
12+
- `dimIndex` range starting with zero expands to `UNDEFINED`. ([#72](https://github.com/eclipse-cdt-cloud/vscode-peripheral-inspector/issues/72), [Thorsten de Buhr](https://github.com/thorstendb-ARM/))
13+
14+
### Other Changes
15+
16+
- chore: Dependency updates
17+
318
## [v1.8.1] - 2025-07-09
419

520
### Bug Fixes

CONTRIBUTING.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -48,24 +48,14 @@ electronically sign the Eclipse Contributor Agreement (ECA).
4848

4949
* http://www.eclipse.org/legal/ECA.php
5050

51-
Commits that are provided by non-committers must have a Signed-off-by field in
52-
the footer indicating that the author is aware of the terms by which the
53-
contribution has been provided to the project. The non-committer must
54-
additionally have an Eclipse Foundation account and must have a signed Eclipse
51+
Non-committers must have an Eclipse Foundation account and must have a signed Eclipse
5552
Contributor Agreement (ECA) on file.
5653

5754
For more information, please see the Eclipse Committer Handbook:
5855
https://www.eclipse.org/projects/handbook/#resources-commit
5956

60-
## Sign your work
57+
## Contact
6158

62-
The sign-off is a simple line at the end of the explanation for the patch. Your
63-
signature certifies that you wrote the patch or otherwise have the right to
64-
pass it on as an open-source patch.
59+
Contact the project developers via the project's "dev" list.
6560

66-
Signed-off-by: Joe Smith <joe.smith@email.com>
67-
68-
Use your real name (sorry, no pseudonyms or anonymous contributions.)
69-
70-
If you set your `user.name` and `user.email` git configs, you can sign your
71-
commit automatically with `git commit -s`.
61+
- https://dev.eclipse.org/mailman/listinfo/cdt-cloud-dev

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
Copyright 2024-2026 EclipseSource, Arm Limited, and others
12
Copyright 2017-2023 Marcel Ball and Arm Limited
23

34
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "peripheral-inspector",
33
"displayName": "Peripheral Inspector",
44
"description": "Standalone Peripheral Inspector extension extracted from cortex-debug",
5-
"version": "1.8.1",
5+
"version": "1.9.0",
66
"publisher": "eclipse-cdt",
77
"author": "marus25",
88
"contributors": [

0 commit comments

Comments
 (0)