Skip to content

Releases: Ilyes512/boilr

0.5.1

23 Feb 19:28
a64aac2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.5.1

0.5.0

23 Feb 17:58
30dee99
Compare
Choose a tag to compare

What's Changed

  • Add GitHub actions by @Ilyes512 in #35
  • Rename Github Actions jobs by @Ilyes512 in #36
  • Add Build Boilr Github Actions badge by @Ilyes512 in #37
  • Misc readme fixes by @Ilyes512 in #38
  • Use-golangci-lint-and-fixed-all-current-issues by @Ilyes512 in #39
  • Replaced/updated go-git v4 to v5 (new location for same library) by @Ilyes512 in #40
  • Bump github.com/go-git/go-git/v5 from 5.10.0 to 5.10.1 by @dependabot in #42
  • Replaced deprecated io/ioutil package by @Ilyes512 in #41
  • Bump actions/setup-go from 4 to 5 by @dependabot in #43
  • Bump github.com/go-git/go-git/v5 from 5.10.1 to 5.11.0 by @dependabot in #44
  • Bump github.com/fatih/color from 1.16.0 to 1.18.0 by @dependabot in #55
  • Bump golangci/golangci-lint-action from 3 to 6 by @dependabot in #50
  • Bump github.com/spf13/cobra from 1.8.0 to 1.9.1 by @dependabot in #54
  • Updated config version and solved all deprecated errors and warnings by @Ilyes512 in #57
  • Updated go deps by @Ilyes512 in #58

New Contributors

Full Changelog: 0.4.6...0.5.0

0.5.0-rc.2

25 Jan 11:43
b93c3fc
Compare
Choose a tag to compare

What's Changed

  • Add GitHub actions by @Ilyes512 in #35
  • Rename Github Actions jobs by @Ilyes512 in #36
  • Add Build Boilr Github Actions badge by @Ilyes512 in #37
  • Misc readme fixes by @Ilyes512 in #38
  • Use-golangci-lint-and-fixed-all-current-issues by @Ilyes512 in #39
  • Replaced/updated go-git v4 to v5 (new location for same library) by @Ilyes512 in #40
  • Bump github.com/go-git/go-git/v5 from 5.10.0 to 5.10.1 by @dependabot in #42
  • Replaced deprecated io/ioutil package by @Ilyes512 in #41
  • Bump actions/setup-go from 4 to 5 by @dependabot in #43
  • Bump github.com/go-git/go-git/v5 from 5.10.1 to 5.11.0 by @dependabot in #44

New Contributors

Full Changelog: 0.5.0-rc.1...0.5.0-rc.2

0.5.0-rc.1

19 Nov 17:45
4a4c482
Compare
Choose a tag to compare

Changelog

0.4.5

13 Nov 22:48
43b29db
Compare
Choose a tag to compare

Changelog

43b29db Merge pull request #23 from Ilyes512/feature/use-goreleaser
0c3c33e Removed left over script in travis
ddf9da0 Updated readme so it does not require a manual update when releasing a new version
677dd87 Use GoReleaser for building, releasing and updating Homebrew tap repo
f072bda Removed install shell
0a6366f Updated go deps
d1b5459 Added option to set Version, Build Date and Commit by -X go link options
fd7ae9f Merge pull request #21 from Ilyes512/feature/fix-goreportcard-reports
6708319 Removed some redundant code
d6bace3 Fixed some warnings about code comments
b4389fb Added keys to unkeyed structs
2195935 Ran go fmt -s on all files
7490e48 Merge pull request #20 from Ilyes512/feature/add-kebab-case
fe12a21 Added forked Masterminds/sprig so it includes kebabcase function
4f3154d Merge pull request #19 from Ilyes512/feature/replace-dep-with-gomodule
00af735 Updated Travis CI so it uses gomodule
7e8ae0d Updated from Dep to gomodule
c0827e7 Merge pull request #18 from Ilyes512/feature/quick-fix
beb4477 Fix github owner in configuration file

Release: v0.4.4: Minor improvements and bug fix!

16 Aug 12:00
Compare
Choose a tag to compare
  • Updated install instructions.
  • When prompting for boolean values it will except: Yes, YES, etc. It's case insensitive now.
  • Bugfix: It was returning the complete child map instead of the individual value.
  • When prompting for a boolean value it not shows yes or no instead of true or false.
  • Dep deps updated

Release: v0.4.3: New templating functions!

27 Jul 22:22
Compare
Choose a tag to compare
  • Added instructions on how to use Homebrew (MacOS) to install Boilr.
  • Replaced Glide with Dep for dependency management.
  • Added sprig. A collection of useful template functions for Go templates. Also removed custom functions that have been replaced by sprig.
  • Added two custom template functions. One for creating cryptographically secure pseudorandom “passwords” and the second for creating cryptographically secure pseudorandom base64 strings.

Release v0.4.2: Hard fork with some bug fixes and improvements

25 Jul 15:16
Compare
Choose a tag to compare

I needed 3 attempts before Travis worked :) So version 0.4.0-0.4.2 are actually the same accept the release actually worked on the third time.