Skip to content

Releases: stcrestrada/gee

v2.1.4

05 Jun 01:15
Compare
Choose a tag to compare

Changelog

  • 3125925 Brew formula update for gee version v2.1.3
  • f7868ae bugfix: gee init working - updated saveconfig to only take single parameter, gee config which contains path to gee.toml

v2.1.3

29 May 01:14
Compare
Choose a tag to compare

Changelog

  • 55545b7 Brew formula update for gee version v2.1.2
  • 8c39c33 Improve logging for command operations

v2.1.2

28 May 23:46
Compare
Choose a tag to compare

Changelog

  • 0abc41a Brew formula update for gee version v2.1.1
  • cbfa2cc Improve logging: Add colored symbols for info, warning, and error messages
  • 32ba9b9 bugfix: resolved loadconfiguration path by placing verboselogger in correct func

v2.1.1

28 May 22:20
Compare
Choose a tag to compare

Changelog

  • cb65d32 Brew formula update for gee version v2.1.0
  • c7a92bc Optimize repo removal logic using in-place swap and truncate method
  • f02b01f feat: add verbose logging - I still need to figure out the best places to add verbose logging but it's in place - the once place I've consistently add is letting the user know where the configuration is loaded from when retrieving information which appears to be helpful and informative - not publishing this yet
  • 2c29457 include additional configuration information in README.md 'Manually Configure gee.toml' section
  • 4bcdbd6 refactor - rename func SetConfig -> ParseConfig.
  • 23e22b4 update readme for Initialize Configuraiton

v2.1.0

25 May 20:52
Compare
Choose a tag to compare

Changelog

  • cbd5442 Brew formula update for gee version v2.0.4
  • c9a11cc feat: add remove command and update README.md

v2.0.4

25 May 18:32
Compare
Choose a tag to compare

Changelog

  • fce7f31 Brew formula update for gee version v2.0.3
  • d3e0870 update goreleaser deprecation

v2.0.3

25 May 18:27
Compare
Choose a tag to compare

Changelog

  • e316973 revert to previous goreleaser

v2.0.2

25 May 18:15
Compare
Choose a tag to compare

Changelog

  • e604886 - Changes to goreleaser and logging

v1.0.3

13 May 17:50
Compare
Choose a tag to compare

Changelog

  • 598fceb Add remote URL to gee.toml when running 'gee add' command
  • 45e48a2 Brew formula update for gee version v1.0.2
  • 8e05254 Merge pull request #7 from stcrestrada/stcrestrada-patch-1
  • 9a8a5e0 Update README with instructions to run 'brew update' before upgrading
  • 6a9e057 Update README.md
  • 5f5754b Update README.md
  • 8b09d49 Update README.md
  • f752004 reword sentence in readme.md

v1.0.2

09 May 04:34
Compare
Choose a tag to compare

Changelog

  • e7c737a Brew formula update for gee version v1.0.1
  • d29ba03 feat: Add dynamic version setting using GoReleaser