Skip to content

Latest commit

 

History

History
208 lines (137 loc) · 10.6 KB

CHANGELOG.md

File metadata and controls

208 lines (137 loc) · 10.6 KB

Changelog

bbin: Install any Babashka script or project with one command

0.2.4

0.2.3

0.2.2

0.2.1

0.2.0

BREAKING CHANGES:

  • bbin now follows the XDG Base Directory Specification.
    • The BABASHKA_BBIN_FLAG_XDG flag is no longer used.
    • If you're still using ~/.babashka/bbin/bin, bbin will print a warning.
      • To remove this warning, run bbin migrate for instructions on how to
        • run an automatic migration
        • migrate manually
        • revert to existing paths
  • bbin ls and bbin install now print human-readable text by default.
    • The BABASHKA_BBIN_FLAG_PRETTY_OUTPUT flag is no longer used.
    • Pass in the --edn option to revert to the 0.1.x behavior.

Changed paths:

  • New:
    • Scripts: ~/.local/bin
    • Cached JARs: ~/.cache/babashka/bbin/jars
  • Old:
    • Scripts: ~/.babashka/bbin/bin
    • Cached JARs: ~/.babashka/bbin/jars

Fixed issues:

0.1.13

0.1.12

0.1.11

0.1.10

0.1.9

0.1.8

0.1.7

0.1.6

0.1.5

0.1.4

0.1.3

0.1.2

0.1.1

0.1.0

0.0.12

0.0.11

0.0.10

0.0.9

0.0.8

0.0.7

0.0.6

0.0.5

0.0.4

0.0.3

0.0.2

0.0.1

  • First release