Releases: cristianoliveira/ergo
v0.4.1 - Fixes and doc updates
What's Changed
- chore: bump version by @cristianoliveira in #157
- chore: For Windows use tag for release by @cristianoliveira in #158
- docs: adds an explanation of each command for TL;DR; by @cristianoliveira in #159
- fix: unhandled error while parsing URL by @cristianoliveira in #160
Full Changelog: v0.4.0...v0.4.1
v0.4.0 - Adds special command to bind to port 80
What's Changed
- chore: bumps golang to latest and add shell.nix by @cristianoliveira in #148
- chore: build and attach windows artefact on release by @cristianoliveira in #153
- chore: nix packaging by @cristianoliveira in #154
- docs: adds nix and source to installation summary by @cristianoliveira in #155
- feat: adds command local to bind localhost:80 by @cristianoliveira in #151
- docs: adds a TL;DR; to usage by @cristianoliveira in #156
Full Changelog: v0.3.2...v0.4.0
More specific error messages and services load fixes
What's Changed
- chore: bump version file to v0.3.1 by @cristianoliveira in #146
- fix: confusing error msg for missing/invalid config file by @cristianoliveira in #149
- fix: trim service line before loading by @cristianoliveira in #150
Full Changelog: v0.3.1...v0.3.2
v0.3.1 - Introduce service validations and fixes setup command on OSX
What's Changed
- docs: update examples with new format by @cristianoliveira in #139
- fix: setup issue osx failing by @cristianoliveira in #140
- chore: correct grammar for docs and USAGE message by @cristianoliveira in #142
- feat: allows installing any custom version for linux by @cristianoliveira in #143
- fix: invalid service URL causes unhandled exception by @cristianoliveira in #145
Full Changelog: v0.3.0...v0.3.1
EDIT 2024:
Uploaded missing v0.3.1 windows bin
v0.3.0 - The "Better Late Than Never"
Release Notes v0.3.0 - The "Better Late Than Never" Edition
Well hello there, that's a bit awkward. We're here with a fresh new update after what seems to be an eternity or just a few years, depending on your perspective. You know, the last time we updated, we think dinosaurs were still roaming around...
We have been maintaining the project but weren't creating releases due to issues with TravisCI, but now we configured Github Actions and we are back on business.
This new update, version 0.3.0, is the equivalent of that forgotten chocolate you discover in the back of the fridge, and it turns out to be utterly delicious. Without further ado, here are the long-awaited changes.
What's changed:
-
In what could be considered a sequel to "War and Peace", @CastixGitHub unraveled the mysteries of issue #117. There was suspense, drama, and finally resolution in pull request #118.
-
@amake came in with a swift uppercut, dropping some knowledge about MacPorts installation in our readme in pull request #121. Applause, everyone! The
checksums
weren't matching the one we made tho, so @cristianoliveira had to roll it back. We can try again. -
Tweaking our README.md, because what's a bit of housekeeping between updates, right?
-
We've pushed the Go pedal to the metal with @cristianoliveira bumping the minimal required Go version to 1.18. Vroom vroom! See this in action in pull request #128.
-
@cristianoliveira was on fire, making CI build and upload artifacts on release (pull request #133), run checks on push (pull request #134), and slap on a shiny new CI checks badge (pull request #135).
-
"And it was all yellow"... with integration tests, thanks to @cristianoliveira's stellar performance in pull request #136.
-
In a twist of events, @cristianoliveira delivered a one-two punch with pull requests #137 and #138, allowing any pair configuration and wildcards for services.
New Contributors:
Join us in rolling out the red carpet for our new code-wizards:
- @CastixGitHub, who took their time to introduce a better explanation of the issue with
.dev
#118. - @netaskd, who took their to help the window users with documentation #127.
Remember, folks, every code line tells a story, and our new contributors are weaving some fantastic tales.
Here's to another decade before the next release... or hopefully sooner, if the AI doesn't replace us first, we promise! 🎉
For the absolute nerds among us, you can find the full Changelog here.
(Generated with the help of ChatGPT 🤖 😁)
v0.2.5
bump v0.2.5 version
v0.2.4
chore: drop old version support
v0.2.3
bump v.0.2.3
v0.2.2
Features:
feature: Added flag for changing the default domain.dev
feature: Added remove command
Bug fixes
fix: Show default version if ldflag
not specified
fix: add service command config flag
fix: Avoid data race
fix: Verbose flag not being parsed
fix: Update USAGE order and remove unnecessary code
(Performance)
fix: avoid load services when no args
fix: Avoid building regex each iteration (performance)
v0.2.1
- fix: error when running ergo without command
- chore: Tasks for bumping version and coverage
- tests: Tests for commands