Skip to content

Releases: dewiz-xyz/shell-utils

v0.3.0

13 Jun 22:52
Compare
Choose a tag to compare
  • 🔨 Deps: migrate from dapp.tools to foundry

Full Changelog: v0.2.4...v0.3.0

v0.2.4

22 Apr 15:21
Compare
Choose a tag to compare
  • 🔧 Remove sorting from changelog-to-json to preserve the insertion order.

Full Changelog: v0.2.3...v0.2.4

v0.2.3

22 Apr 15:11
Compare
Choose a tag to compare
  • 🐛 Fix version not being set on build.
  • 🐛 Fix install script for releases.

Full Changelog: v0.2.2...v0.2.3

v0.2.2

22 Apr 14:55
Compare
Choose a tag to compare

Make this package compatible with MacOS 🍎.

The issue is that we were relying on GNU constructs, but both getopt and tar are derived from BSD, which are incompatible with GNU.

  • 🔧 Refactor: remove getopt in favor of getopts, because BSD getopt does not support --long-opts.
  • 🔧 Refactor: change the make pkg script to be compatible with BSD tar, which does not support the --transform option.

Full Changelog: v0.2.1...v0.2.2

v0.2.1

22 Mar 19:19
Compare
Choose a tag to compare

Bugfixes

  • 🐛 changelog-to-json was swallowing the latest item in the on-chain changelog. The behavior was caused by an well known bug on POSIX shells.

Full Changelog: v0.2.0...v0.2.1

v0.2.0

22 Mar 17:32
Compare
Choose a tag to compare

Introducing changelog-to-json 🚀

  • 🆕 Add a new utility changelog-to-json, which takes all keys and values from and on-chain changelog and generates a JSON file.
  • 🔨 Reorganized the source-code directory structure.

Full Changelog: v0.1.1...v0.2.0

v0.1.1

18 Mar 21:39
Compare
Choose a tag to compare

Refactoring the building process 🔧🔨

  • Remove man and docs from source control, since they are automatically generated.
  • Tailored packaging to contain only the required files.

Full Changelog: v0.1.0...v0.1.1

v0.1.0

17 Mar 23:08
Compare
Choose a tag to compare

🚀🚀🚀

New Features

  • json-to-env: converts JSON files into POSIX shell environment variable declarations

Full Changelog: https://github.com/clio-finance/shell-utils/commits/v0.1.0