All Versions
12
Latest Version
Avg Release Cycle
43 days
Latest Release
1341 days ago

Changelog History
Page 1

  • v1.7.0

    August 16, 2020
  • v1.6.0 Changes

    August 16, 2020

    ๐Ÿ”„ Changelog

    586c912 Add releasing new version steps to CONTRIBUTING.md
    ๐Ÿ”ง b89d622 Execute 1build from specified configuration file (#199)
    4963786 Research Paper setup for Journal of Open Source Software (#191)
    ๐Ÿ‘ 4ef9066 Support interactive commands (#198)

    ๐Ÿฑ ๐Ÿš€ Added

    ๐Ÿ“ฆ ๐Ÿ“ฆ Changed

    Contributors

    @adeepak7, @gopinath-langote and gopinath.langote

  • v1.5.0 Changes

    April 01, 2020

    ๐Ÿ”„ Changelog

    4b221f6 1build project setup in 1build config
    63a3e6d Add awesome banner
    8268864 Add ko-fi to readme
    a039389 Added delete config file command
    7b49792 Bump github.com/spf13/cobra from 0.0.5 to 0.0.6 (#183)
    46175e9 Create FUNDING.yml
    a29365c Delete CHANGELOG.md
    ๐Ÿ–จ 268f54b Extract color printing to utility
    de786fe Feature/flag quiet (#185)
    31f64e8 Fix checking for invalid names used in unset (#180)
    58aeb47 Formatting fix
    b72acf1 Set/Unset Before/After steps
    โœ… 467ef74 Test without color formatting
    โšก๏ธ e27f735 Update Changelog page
    โšก๏ธ 1074acb Update FUNDING.yml
    โšก๏ธ ac9214c Update README.md
    โšก๏ธ ba45355 Update README.md
    โšก๏ธ d7ee693 Update README.md
    โšก๏ธ 9c56a66 Update go dependencies
    โšก๏ธ c1be561 Update tap name
    16e5ed1 add Homebrew installation instruction to README

  • v1.4.0 Changes

    October 10, 2019

    ๐Ÿ”„ Changelog

    ๐Ÿฑ ๐Ÿš€ Added

    • ๐Ÿ–จ Print total results banner at the end of execution (#160) @budevg
    • โž• Add phase banners to the tops of each phase (#157) @ian-howell

    ๐Ÿ“ฆ ๐Ÿ“ฆ Changed

    Contributors

    @boonwj, @budevg, @gopinath-langote, @ian-howell and @themayurkumbhar

  • v1.3.0 Changes

    September 24, 2019

    ๐Ÿ”„ Changelog

    โœ… 5c59050 Bump github.com/stretchr/testify from 1.3.0 to 1.4.0 (#124)
    ๐Ÿ‘• 53af686 Fix go-lint issues - #137
    ๐Ÿ›  c9de5a7 Fixes error message and formats command line output (#139)
    87980c1 Go mod fix
    ac2fefb Go module tidy
    5705caf Introduce github action workflow
    ๐Ÿ‘• 21fbe18 Lint fix
    ๐Ÿšš 03a75de Move to go module from dep
    ๐Ÿšš db712c4 Move to go module from dep
    36bd29c Run GitHub workflow (CI/CD) on mac and ubuntu
    b718afc Set gomodule to on
    โšก๏ธ 5544687 Update contribution to not include go-modules info and remove dep
    โšก๏ธ 3990474 Update readme with slack chat button (#126)
    โšก๏ธ b10abc7 Update slak invite link
    โฌ†๏ธ 6484839 Upgrade go version
    ๐Ÿ”’ dddc9bf go test lock dependencies
    ๐Ÿ‘• 8dbfb1d lint fix
    115432a typo fix
    ๐Ÿš€ 314500b v1.2.0 add to latest release
    d84acfa v1.2.0 changelog

    ๐Ÿ“„ More can be found here: Changelog

  • v1.2.0 Changes

    August 15, 2019

    ๐Ÿ“„ Changelog

  • v1.1.1 Changes

    July 28, 2019

    โž• Added

    • Execute multiple 1build commands in one go
    • โฌ†๏ธ Bump pytest version from 4.6.3 to 5.0.1 โ€“ changelog
    • โฌ†๏ธ Bump ruamel-yaml from 0.15.100 to 0.16.0

    ๐Ÿ”„ Changed

    ๐Ÿ—„ Deprecated

    โœ‚ Removed

    ๐Ÿ›  Fixed

    ๐Ÿ”’ Security

  • v1.1.0 Changes

    June 26, 2019

    โž• Added

    • ๐Ÿ“ฆ Show 1build package version using -v or --version
    • ๐Ÿ”ง Create 1build configuration by `1build --init <project_name>
    • ๐Ÿ”„ Changelog draft
    • Pull request template

    ๐Ÿ”„ Changed

    • Issue template to custom template
    • 1build logo to have tagline below

    โœ‚ Removed

    • ๐ŸŽ Running tests on macOS using Python version 3.6

    ๐Ÿ›  Fixed

    • ๐Ÿ”ง Missing test for configuration file not found
    • โž• Add .pyc in .gitigore
    • ๐ŸŽ Running tests on macOS using Python version 3.7
  • v1.0.0 Changes

    June 06, 2019

    โž• Added

    • ๐Ÿ“œ Introduce python argument parser
    • -h or --help - show help message
    • ๐Ÿ”ง -l or --list - List all the commands available in current directory configuration 1build.yaml file.
    • Contribution Guide for developers.
    • ๐Ÿš€ Introduce changelog for the releases

    ๐Ÿ”„ Changed

    • Readme to include Contribution, Versioning, Changelog, Authors, Contributors.
    • Readme badges to make center alignment
  • v0.0.5 Changes

    May 27, 2019
    • Split 1build codebase from one single script to a module with multiple single responsible files
    • Switch completely to python 3.5 & higher