generated from aboutcode-org/skeleton
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Philippe Ombredanne <[email protected]>
- Loading branch information
1 parent
6445730
commit 35b8835
Showing
3 changed files
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,21 @@ | ||
Changelog | ||
========= | ||
|
||
|
||
v0.1.0 (8th April 2024) | ||
v0.2.1 (2024-04-10) | ||
------------------------ | ||
|
||
- Add goresym support in go-inspector. | ||
|
||
- Fix minor readme typo | ||
|
||
|
||
v0.2.0 (9th April 2024) | ||
v0.2.0 (2024-04-09) | ||
------------------------ | ||
|
||
- Add missing ABOUT file and license for goresym. | ||
- Bump to version GoReSym 2.7.2 | ||
- Add support for dependencies and build info | ||
|
||
|
||
v0.1.0 (2024-04-08) | ||
------------------------ | ||
|
||
- Add goresym support in go-inspector. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.2.0" | ||
__version__ = "0.2.1" |