diff --git a/common/init-exporter-converter.spec b/common/init-exporter-converter.spec index 97bdd2b..67bbc29 100644 --- a/common/init-exporter-converter.spec +++ b/common/init-exporter-converter.spec @@ -42,7 +42,7 @@ Summary: Utility for converting init-exporter procfiles from v1 to v2 format Name: init-exporter-converter -Version: 0.8.0 +Version: 0.9.0 Release: 0%{?dist} Group: Development/Tools License: MIT @@ -93,6 +93,9 @@ rm -rf %{buildroot} ############################################################################### %changelog +* Tue Sep 19 2017 Anton Novojilov - 0.9.0-0 +- Improved environment variables parsing in v1 + * Fri May 19 2017 Anton Novojilov - 0.8.0-0 - Migrated to ek.v9 - Added support of multiple file converting diff --git a/init-exporter-converter.go b/init-exporter-converter.go index 7aa3f9d..2384d0e 100644 --- a/init-exporter-converter.go +++ b/init-exporter-converter.go @@ -28,7 +28,7 @@ import ( // App props const ( APP = "init-exporter-converter" - VER = "0.8.0" + VER = "0.9.0" DESC = "Utility for converting procfiles from v1 to v2 format" ) diff --git a/readme.md b/readme.md index 466b6ef..538410c 100644 --- a/readme.md +++ b/readme.md @@ -71,3 +71,5 @@ Examples ### License [MIT](LICENSE) + +Sponsored by FunBox