Skip to content

Commit

Permalink
Merge pull request #11 from nexB/filter-stdlib
Browse files Browse the repository at this point in the history
Fix typo and improve README
  • Loading branch information
pombredanne committed Apr 10, 2024
2 parents 6445730 + 35b8835 commit 4ed63a4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.rst
@@ -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.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -2,7 +2,7 @@ go-inspector
================================

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

To install and use:

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


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

See the src/go_inspector/bin for detailed license and credits for bundled third-party packages.
Expand Down
2 changes: 1 addition & 1 deletion src/go_inspector/__init__.py
@@ -1 +1 @@
__version__ = "0.2.0"
__version__ = "0.2.1"

0 comments on commit 4ed63a4

Please sign in to comment.