From 30379ae9b182ae86ac39d6a362f8ff896ec85fc0 Mon Sep 17 00:00:00 2001 From: Songmu Date: Thu, 18 Aug 2022 00:09:10 +0900 Subject: [PATCH] Checking in changes prior to tagging of version v0.9.0 ## [v0.9.0](https://github.com/Songmu/goxz/compare/v0.8.2...v0.9.0) (2022-08-18) * update deps [#35](https://github.com/Songmu/goxz/pull/35) ([Songmu](https://github.com/Songmu)) * skip executables from auto collected resources [#34](https://github.com/Songmu/goxz/pull/34) ([Songmu](https://github.com/Songmu)) --- CHANGELOG.md | 5 +++++ version.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e5ad99..10d085e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [v0.9.0](https://github.com/Songmu/goxz/compare/v0.8.2...v0.9.0) (2022-08-18) + +* update deps [#35](https://github.com/Songmu/goxz/pull/35) ([Songmu](https://github.com/Songmu)) +* skip executables from auto collected resources [#34](https://github.com/Songmu/goxz/pull/34) ([Songmu](https://github.com/Songmu)) + ## [v0.8.2](https://github.com/Songmu/goxz/compare/v0.8.1...v0.8.2) (2022-05-06) * Use deflate algorithm for zip archives [#33](https://github.com/Songmu/goxz/pull/33) ([itchyny](https://github.com/itchyny)) diff --git a/version.go b/version.go index 9b2a282..148fb80 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package goxz -const version = "0.8.2" +const version = "0.9.0" var revision = "HEAD"