Skip to content

Commit 4ed63a4

Browse files
authored
Merge pull request #11 from nexB/filter-stdlib
Fix typo and improve README
2 parents 6445730 + 35b8835 commit 4ed63a4

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
Changelog
22
=========
33

4-
5-
v0.1.0 (8th April 2024)
4+
v0.2.1 (2024-04-10)
65
------------------------
76

8-
- Add goresym support in go-inspector.
9-
7+
- Fix minor readme typo
108

119

12-
v0.2.0 (9th April 2024)
10+
v0.2.0 (2024-04-09)
1311
------------------------
1412

1513
- Add missing ABOUT file and license for goresym.
1614
- Bump to version GoReSym 2.7.2
1715
- Add support for dependencies and build info
16+
17+
18+
v0.1.0 (2024-04-08)
19+
------------------------
20+
21+
- Add goresym support in go-inspector.

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ go-inspector
22
================================
33

44
go-inspector is a utility to extract dependencies and symbols from Go binaries.
5-
It is desigend to work as a ScanCode Toolkit plugin.
5+
It is designed to work as a ScanCode Toolkit plugin and integrated in ScanCode.io
66

77
To install and use:
88

@@ -13,7 +13,7 @@ The JSON output will contain various dependencies and symbols found in Go binari
1313

1414

1515
- License: Apache-2.0 AND MIT AND BSD-3-Clause WITH LicenRef-scancode-google-patent-license-golang
16-
- Copyright (c) nexB Inc., Mandiant, The Go Authors, Elliot Chance and others
16+
- Copyright (c) nexB Inc., Mandiant, The Go Authors, Elliot Chance and others.
1717
- Homepage: https://github.com/nexB/go-inspector/
1818

1919
See the src/go_inspector/bin for detailed license and credits for bundled third-party packages.

src/go_inspector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.0"
1+
__version__ = "0.2.1"

0 commit comments

Comments
 (0)