From 35b88356353f1d56f1aa39172b69bcf3416a0d0d Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Wed, 10 Apr 2024 10:51:42 +0200 Subject: [PATCH] Fix typo and improve README Signed-off-by: Philippe Ombredanne --- CHANGELOG.rst | 14 +++++++++----- README.rst | 4 ++-- src/go_inspector/__init__.py | 2 +- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1952b1f..8337be3 100644 --- a/CHANGELOG.rst +++ b/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. diff --git a/README.rst b/README.rst index c5ef98d..2574319 100644 --- a/README.rst +++ b/README.rst @@ -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: @@ -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. diff --git a/src/go_inspector/__init__.py b/src/go_inspector/__init__.py index d3ec452..3ced358 100644 --- a/src/go_inspector/__init__.py +++ b/src/go_inspector/__init__.py @@ -1 +1 @@ -__version__ = "0.2.0" +__version__ = "0.2.1"