Skip to content

Releases: gopinath-langote/1build

v1.7.0

01 Feb 06:36
640d93d
Compare
Choose a tag to compare

Changelog

  • No changes

Contributors

@dependabot-preview[bot]

v1.6.0

16 Aug 08:32
b89d622
Compare
Choose a tag to compare

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

v.1.7.0

16 Aug 08:34
b89d622
Compare
Choose a tag to compare
Execute 1build from specified configuration file (#199)

v1.5.0

01 Apr 08:20
Compare
Choose a tag to compare

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

10 Oct 13:06
Compare
Choose a tag to compare

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

24 Sep 09:50
Compare
Choose a tag to compare

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

15 Aug 15:17
Compare
Choose a tag to compare

Execute multiple 1build commands in one go

28 Jul 13:00
33d5d55
Compare
Choose a tag to compare

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

Initialise 1build configuration file via command line

26 Jun 09:53
71b6f39
Compare
Choose a tag to compare

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

Interact with `1build` with interactive commands

06 Jun 09:57
2e67b43
Compare
Choose a tag to compare

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