Skip to content

Releases: sunggun-yu/envp

v1.6.0

31 Dec 17:56
2b4f001
Compare
Choose a tag to compare

1.6.0 (2024-12-30)

Features

v1.5.0

21 Feb 05:15
042cf88
Compare
Choose a tag to compare

1.5.0 (2024-02-21)

Features

  • indicator for nested profile (25caa08)

v1.4.0

22 Nov 22:45
a0a3d9d
Compare
Choose a tag to compare

1.4.0 (2023-11-22)

Features

  • Add support for multiple init-script (#101) (b27a0cd)

v1.3.2

21 Nov 03:34
969a4eb
Compare
Choose a tag to compare

1.3.2 (2023-11-21)

Bug Fixes

  • parseEnvs for expanding env and shell subst (#99) (862ce36)

v1.3.1

19 Nov 22:23
6faa4b0
Compare
Choose a tag to compare

1.3.1 (2023-11-19)

Bug Fixes

v1.3.0

18 Nov 06:52
e72668b
Compare
Choose a tag to compare

1.3.0 (2023-11-18)

Features

  • init-script to initiate environment for profile (#90) (65301db)

v1.2.1

16 Nov 21:06
71b7807
Compare
Choose a tag to compare

Changelog

  • 1b81910 build(deps): bump github.com/fatih/color from 1.15.0 to 1.16.0 (#85)
  • 2e340dd build(deps): bump github.com/onsi/ginkgo/v2 from 2.13.0 to 2.13.1 (#87)
  • 870504e build(deps): bump github.com/onsi/gomega from 1.28.0 to 1.29.0 (#83)
  • e092c5d build(deps): bump github.com/onsi/gomega from 1.29.0 to 1.30.0 (#86)
  • 31bc805 build(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#84)
  • 71b7807 fix: shell substitution error with exit status 127 (#88)

v1.2.0

16 Oct 01:41
9e9ea7f
Compare
Choose a tag to compare

feat: support shell cmd substitution (#81)

  • feat: support shell cmd subst
  • supporting shell command substitution in the value. e.g. MY_ENV="$(echo hello)"
  • refactoring: move Env and Envs to env.go file
  • refactoring: Envs to have pointer of Env
  • fix: use /bin/sh if default shell is empty

v1.1.0

13 Jan 05:31
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/spf13/cobra from 1.3.0 to 1.4.0 by @dependabot in #10
  • build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 by @dependabot in #11
  • build(deps): bump github.com/onsi/gomega from 1.18.1 to 1.19.0 by @dependabot in #12
  • build(deps): bump github.com/onsi/ginkgo/v2 from 2.1.3 to 2.1.4 by @dependabot in #13
  • build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2 by @dependabot in #14
  • build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.4 by @dependabot in #16
  • build(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0 by @dependabot in #17
  • build(deps): bump github.com/stretchr/testify from 1.7.4 to 1.7.5 by @dependabot in #18
  • build(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0 by @dependabot in #19
  • build(deps): bump github.com/onsi/gomega from 1.19.0 to 1.20.0 by @dependabot in #20
  • build(deps): bump github.com/onsi/ginkgo/v2 from 2.1.4 to 2.1.6 by @dependabot in #22
  • build(deps): bump github.com/onsi/gomega from 1.20.0 to 1.20.2 by @dependabot in #23
  • build(deps): bump github.com/onsi/ginkgo/v2 from 2.1.6 to 2.2.0 by @dependabot in #24
  • build(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.0 by @dependabot in #26
  • build(deps): bump github.com/onsi/gomega from 1.20.2 to 1.22.1 by @dependabot in #28
  • build(deps): bump github.com/onsi/ginkgo/v2 from 2.2.0 to 2.3.1 by @dependabot in #29
  • build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by @dependabot in #30
  • build(deps): bump github.com/onsi/ginkgo/v2 from 2.3.1 to 2.4.0 by @dependabot in #31
  • build(deps): bump github.com/spf13/cobra from 1.6.0 to 1.6.1 by @dependabot in #32
  • build(deps): bump github.com/onsi/gomega from 1.22.1 to 1.24.0 by @dependabot in #34
  • build(deps): bump github.com/onsi/ginkgo/v2 from 2.4.0 to 2.5.0 by @dependabot in #35
  • build(deps): bump github.com/onsi/gomega from 1.24.0 to 1.24.1 by @dependabot in #36
  • build(deps): bump github.com/onsi/ginkgo/v2 from 2.5.0 to 2.5.1 by @dependabot in #37
  • build(deps): bump github.com/onsi/ginkgo/v2 from 2.5.1 to 2.6.0 by @dependabot in #38
  • build(deps): bump github.com/onsi/ginkgo/v2 from 2.6.0 to 2.6.1 by @dependabot in #39
  • build(deps): bump github.com/onsi/gomega from 1.24.1 to 1.24.2 by @dependabot in #40
  • build(deps): bump github.com/onsi/ginkgo/v2 from 2.6.1 to 2.7.0 by @dependabot in #41

New Contributors

Full Changelog: v1.0.1...v1.1.0

v1.0.1

01 Mar 21:49
Compare
Choose a tag to compare

Changelog