Skip to content

Latest commit

 

History

History
52 lines (41 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

52 lines (41 loc) · 1.53 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

<<<<<<< HEAD

[Unreleased]

0.4.0 - RC1

=======

0.4.0 - 2023-04-14

master

[0.3.1] - 2017-04-10

Fixed

  • Fix assert_contains - do not process given parameters

[0.3.0] - 2017-04-03

Added

  • Basic macOS support; for known issues see #13
  • EditorConfig file to enforce standard formatting

Changed

  • Makefile uses BINDIR instead of EXEC_PREFIX

[0.2.1] - 2017-03-22

Fixed

  • Make arguments count compatible with Bash 3

[0.2.0] - 2017-01-30

Fixed

  • automatic GitHub release notes

[0.1.0] - 2017-01-24

Added

  • automatic deployment into GitHub releases
  • make distsingle target compiles butt into a single file
  • continuous integration selftesting

master [0.3.1]: https://github.com/InternetGuru/butt/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/InternetGuru/butt/compare/v0.2.1...v0.3.0 [0.2.1]: https://github.com/InternetGuru/butt/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/InternetGuru/butt/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/InternetGuru/butt/compare/v0.0.0...v0.1.0