Skip to content

Releases: devbuddy/devbuddy

v0.13.0

03 Dec 19:30
3205b09
Compare
Choose a tag to compare

What's Changed

  • Remove the automatic installation script by @pior in #412
  • Run the custom commands with the envvars from manifest by @pior in #413
  • Cleanup task by @pior in #416
  • Update golangci-lint to v1.55.2 by @pior in #440
  • Update Go and golangci-lint by @pior in #437
  • Upgrade some deps by @pior in #441
  • Upgrade expect and cobra by @pior in #442

Full Changelog: v0.12.6...v0.13.0

v0.12.6

15 Feb 01:37
Compare
Choose a tag to compare

Commits

  • 0fe4ff6: Update README.md (Pior Bastida)
  • 85f1e0c: Bump github.com/spf13/cobra from 1.2.1 to 1.3.0 (#407) (dependabot[bot]) #407
  • 75429ce: Cleanup in the test helpers (#405) (Pior Bastida) #405
  • 73e9644: Improve the version string in dev builds (Pior Bastida)
  • d53c3e2: [Improvement] Better error messages for invalid manifest (#387) (Pior Bastida) #387
  • 4fcb187: Fix homebrew multiple prefix cause of m1. (#408) (Mathieu Leduc-Hamel) #408
  • 27ed0a2: Release v0.12.6 (Pior Bastida)

v0.12.5

14 Feb 21:20
Compare
Choose a tag to compare

Commits

  • da6e3a5: Use a Github Action that auto fills the Release description (Pior Bastida)
  • 5f1fa74: Release v0.12.5 (Pior Bastida)

v0.12.4

14 Feb 00:45
Compare
Choose a tag to compare
Release v0.12.4

v0.12.0

17 Nov 02:42
f5eb945
Compare
Choose a tag to compare
  • Adds support for ARM64. (#401)
  • Update to Go 1.16 (#386)

v0.11.1

02 Dec 03:56
Compare
Choose a tag to compare

Improvements

  • Allow overriding destination and sudo command in installer (#358)

Code

  • Make the install script fetch the latest version from Github (#359)

v0.11.0

01 Dec 23:51
Compare
Choose a tag to compare

Feature:

  • Add basic auto-completion support for ZSH (#356)
  • Refine the ZSH auto-completion for the open command (#357)
  • Add a config to specify a default org and extend the create command (#338)
  • Implement the short syntax for custom command (#339)

Code:

  • Update all Go dependencies (#354)
  • Progress and atomic file creation when downloading (#341)
  • Go 1.13.1 (#340)

v0.10.1

28 Apr 23:17
Compare
Choose a tag to compare

Fixes:

  • Run commands with a pseudo-terminal only when needed (#335)

v0.10.0

28 Apr 19:18
Compare
Choose a tag to compare

Features:

  • Add support for setting env-vars directly from dev.yml (#327)
  • Create a dev.yml file when creating a project (#329)
  • Automatically unload the environment changes made by the project (#322)
  • Add support for dotenv file (#284)
  • Invalidate the shell commands cache when PATH change (#316)

UX:

  • Use a pseudo-tty to run commands (mostly to get colours 🌈) (#333)
  • Better hook message when the feature has no param (#332)
  • Add a section to document the env key (#331)
  • Improve the dev.yml created by bud init (#328)
  • Fix relative links in contributing documentation (#326)

Project:

  • Use stdlib to find the user home dir (#334)
  • Upgrade to Go 1.12.4 (#330)
  • Fix intergration tests (#325)
  • Better message and colorize log prefix in debug (#323)
  • Add the ability of recording the mutation of an environment in the state (#321)
  • Refactor the StateManager to serialize as json (#320)
  • Refactor the env package to introduce the Mutation struct (#319)
  • Refactor autoenv.FeatureSet to keep the feature ordered (#318)
  • Update version to v0.9.2 in README and install script
  • Make CI faster by reducing number of jobs to 4 (CircleCI limit) (#314)
  • Add an option to open a GH issue and display debug info (#310)
  • Install version 0.9.1 when using install script. (#309)
  • Adds more informations about version installation when downloading from github. (#308)

v0.9.2

10 Mar 18:08
Compare
Choose a tag to compare

Fixes:

  • Improve error message when shell integration is incorrect (#306)
  • Fix silent and harmless error in hook caused by printing to stdout (#307)