Skip to content

Latest commit

 

History

History
71 lines (53 loc) · 2.18 KB

CHANGELOG.md

File metadata and controls

71 lines (53 loc) · 2.18 KB

Changelog

0.4.0 (2024-06-24)

  • install: Fix installation on Apple M1
  • install: Add fns to install jet
  • install: Show curl progress bar when installing clj-kondo & garden-cli

0.3.0 (2024-04-18)

  • install: Add fns to install clj-kondo
  • install: Add fns to install garden-cli
  • normalize: Add function to unset overridden cd

0.2.2 (2024-03-26)

BREAKING CHANGES:

  • error: Restore 'set -e' state immediately in run_with_unset_e

0.2.1 (2024-03-25)

FIXES:

  • asdf: Fix path initialization when SHELL_GR_DIR not defined
  • text: Fix append_if_not_exists for non-existing files

0.2.0 (2024-03-23)

FIXES:

  • Fix SHELL_GR_DIR for $0=/usr/local/bin/bash
  • Fix BASH_SOURCE[0]: unbound variable (2024-03-18)

NEW:

  • circleci: Add fix_home_in_old_images & print_common_debug_info
  • error: Add error_exit & assert_command_exist
  • git_checkout_advanced: Add git_checkout_advanced
  • git_lfs: Add setup_git_lfs
  • github: Add github_authorized_repo_url
  • ssh: Add setup_ssh
  • temp: Add temp_file & temp_dir

List of changes: v0.1.0..v0.2.0

0.1.0 (2024-03-15)

The initial version contain following libraries:

% tree lib
lib
├── color.bash
├── dict.bash
├── error.bash
├── fs.bash
├── install
│   ├── asdf.bash
│   └── asdf_circleci.bash
├── install_common.bash
├── log.bash
├── log_detailed.bash
├── log_utils.bash
├── text.bash
├── tool
│   ├── format.bash
│   └── lint.bash
└── trap.bash