Releases: Ilyes512/boilr
0.5.0-rc.2
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
- @dependabot made their first contribution in #42
Full Changelog: 0.5.0-rc.1...0.5.0-rc.2
0.5.0-rc.1
0.4.5
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!
- 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
orno
instead oftrue
orfalse
. - Dep deps updated
Release: v0.4.3: New templating functions!
- 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
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.