-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5151c5e
commit 6a76e58
Showing
15 changed files
with
183 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
".": "1.12.0", | ||
"aws": "1.12.0", | ||
"config": "1.12.0", | ||
"errors": "1.12.0", | ||
"keypair": "1.12.0", | ||
"kmsauth": "1.12.0", | ||
"oidc_cli": "1.12.0", | ||
"osutil": "1.12.0", | ||
"pidlock": "1.12.0", | ||
"sets": "1.12.0", | ||
"slack": "1.12.0", | ||
"snowflake": "1.12.0", | ||
"survey": "1.12.0", | ||
"ver": "1.12.0" | ||
".": "2.0.0", | ||
"aws": "2.0.0", | ||
"config": "2.0.0", | ||
"errors": "2.0.0", | ||
"keypair": "2.0.0", | ||
"kmsauth": "2.0.0", | ||
"oidc_cli": "2.0.0", | ||
"osutil": "2.0.0", | ||
"pidlock": "2.0.0", | ||
"sets": "2.0.0", | ||
"slack": "2.0.0", | ||
"snowflake": "2.0.0", | ||
"survey": "2.0.0", | ||
"ver": "2.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Changelog | ||
|
||
## [2.0.0](https://github.com/chanzuckerberg/go-misc/compare/aws-v1.12.0...aws-v2.0.0) (2024-02-23) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* break mono-package into individual packages ([#1000](https://github.com/chanzuckerberg/go-misc/issues/1000)) | ||
|
||
### Features | ||
|
||
* break mono-package into individual packages ([#1000](https://github.com/chanzuckerberg/go-misc/issues/1000)) ([5151c5e](https://github.com/chanzuckerberg/go-misc/commit/5151c5e6a03d706156ac0a5b437875ab1600af6c)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Changelog | ||
|
||
## [2.0.0](https://github.com/chanzuckerberg/go-misc/compare/config-v1.12.0...config-v2.0.0) (2024-02-23) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* break mono-package into individual packages ([#1000](https://github.com/chanzuckerberg/go-misc/issues/1000)) | ||
|
||
### Features | ||
|
||
* add config package ([#996](https://github.com/chanzuckerberg/go-misc/issues/996)) ([41f253a](https://github.com/chanzuckerberg/go-misc/commit/41f253a925cadd0d63025ec5b83eeb39791faefa)) | ||
* break mono-package into individual packages ([#1000](https://github.com/chanzuckerberg/go-misc/issues/1000)) ([5151c5e](https://github.com/chanzuckerberg/go-misc/commit/5151c5e6a03d706156ac0a5b437875ab1600af6c)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Changelog | ||
|
||
## [2.0.0](https://github.com/chanzuckerberg/go-misc/compare/errors-v1.12.0...errors-v2.0.0) (2024-02-23) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* break mono-package into individual packages ([#1000](https://github.com/chanzuckerberg/go-misc/issues/1000)) | ||
|
||
### Features | ||
|
||
* break mono-package into individual packages ([#1000](https://github.com/chanzuckerberg/go-misc/issues/1000)) ([5151c5e](https://github.com/chanzuckerberg/go-misc/commit/5151c5e6a03d706156ac0a5b437875ab1600af6c)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Changelog | ||
|
||
## [2.0.0](https://github.com/chanzuckerberg/go-misc/compare/keypair-v1.12.0...keypair-v2.0.0) (2024-02-23) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* break mono-package into individual packages ([#1000](https://github.com/chanzuckerberg/go-misc/issues/1000)) | ||
|
||
### Features | ||
|
||
* break mono-package into individual packages ([#1000](https://github.com/chanzuckerberg/go-misc/issues/1000)) ([5151c5e](https://github.com/chanzuckerberg/go-misc/commit/5151c5e6a03d706156ac0a5b437875ab1600af6c)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Changelog | ||
|
||
## [2.0.0](https://github.com/chanzuckerberg/go-misc/compare/kmsauth-v1.12.0...kmsauth-v2.0.0) (2024-02-23) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* break mono-package into individual packages ([#1000](https://github.com/chanzuckerberg/go-misc/issues/1000)) | ||
|
||
### Features | ||
|
||
* break mono-package into individual packages ([#1000](https://github.com/chanzuckerberg/go-misc/issues/1000)) ([5151c5e](https://github.com/chanzuckerberg/go-misc/commit/5151c5e6a03d706156ac0a5b437875ab1600af6c)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Changelog | ||
|
||
## [2.0.0](https://github.com/chanzuckerberg/go-misc/compare/oidc_cli-v1.12.0...oidc_cli-v2.0.0) (2024-02-23) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* break mono-package into individual packages ([#1000](https://github.com/chanzuckerberg/go-misc/issues/1000)) | ||
|
||
### Features | ||
|
||
* break mono-package into individual packages ([#1000](https://github.com/chanzuckerberg/go-misc/issues/1000)) ([5151c5e](https://github.com/chanzuckerberg/go-misc/commit/5151c5e6a03d706156ac0a5b437875ab1600af6c)) | ||
* Push oidc implementation down to exclude aws-sdk-go from depenedencies ([#532](https://github.com/chanzuckerberg/go-misc/issues/532)) ([fad5836](https://github.com/chanzuckerberg/go-misc/commit/fad5836ca8b86dc6b8496f66919a35378a3ef115)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Changelog | ||
|
||
## [2.0.0](https://github.com/chanzuckerberg/go-misc/compare/osutil-v1.12.0...osutil-v2.0.0) (2024-02-23) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* break mono-package into individual packages ([#1000](https://github.com/chanzuckerberg/go-misc/issues/1000)) | ||
|
||
### Features | ||
|
||
* break mono-package into individual packages ([#1000](https://github.com/chanzuckerberg/go-misc/issues/1000)) ([5151c5e](https://github.com/chanzuckerberg/go-misc/commit/5151c5e6a03d706156ac0a5b437875ab1600af6c)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Changelog | ||
|
||
## [2.0.0](https://github.com/chanzuckerberg/go-misc/compare/pidlock-v1.12.0...pidlock-v2.0.0) (2024-02-23) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* break mono-package into individual packages ([#1000](https://github.com/chanzuckerberg/go-misc/issues/1000)) | ||
|
||
### Features | ||
|
||
* break mono-package into individual packages ([#1000](https://github.com/chanzuckerberg/go-misc/issues/1000)) ([5151c5e](https://github.com/chanzuckerberg/go-misc/commit/5151c5e6a03d706156ac0a5b437875ab1600af6c)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Changelog | ||
|
||
## [2.0.0](https://github.com/chanzuckerberg/go-misc/compare/sets-v1.12.0...sets-v2.0.0) (2024-02-23) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* break mono-package into individual packages ([#1000](https://github.com/chanzuckerberg/go-misc/issues/1000)) | ||
|
||
### Features | ||
|
||
* break mono-package into individual packages ([#1000](https://github.com/chanzuckerberg/go-misc/issues/1000)) ([5151c5e](https://github.com/chanzuckerberg/go-misc/commit/5151c5e6a03d706156ac0a5b437875ab1600af6c)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Changelog | ||
|
||
## [2.0.0](https://github.com/chanzuckerberg/go-misc/compare/slack-v1.12.0...slack-v2.0.0) (2024-02-23) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* break mono-package into individual packages ([#1000](https://github.com/chanzuckerberg/go-misc/issues/1000)) | ||
|
||
### Features | ||
|
||
* break mono-package into individual packages ([#1000](https://github.com/chanzuckerberg/go-misc/issues/1000)) ([5151c5e](https://github.com/chanzuckerberg/go-misc/commit/5151c5e6a03d706156ac0a5b437875ab1600af6c)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Changelog | ||
|
||
## [2.0.0](https://github.com/chanzuckerberg/go-misc/compare/snowflake-v1.12.0...snowflake-v2.0.0) (2024-02-23) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* break mono-package into individual packages ([#1000](https://github.com/chanzuckerberg/go-misc/issues/1000)) | ||
|
||
### Features | ||
|
||
* break mono-package into individual packages ([#1000](https://github.com/chanzuckerberg/go-misc/issues/1000)) ([5151c5e](https://github.com/chanzuckerberg/go-misc/commit/5151c5e6a03d706156ac0a5b437875ab1600af6c)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Changelog | ||
|
||
## [2.0.0](https://github.com/chanzuckerberg/go-misc/compare/survey-v1.12.0...survey-v2.0.0) (2024-02-23) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* break mono-package into individual packages ([#1000](https://github.com/chanzuckerberg/go-misc/issues/1000)) | ||
|
||
### Features | ||
|
||
* break mono-package into individual packages ([#1000](https://github.com/chanzuckerberg/go-misc/issues/1000)) ([5151c5e](https://github.com/chanzuckerberg/go-misc/commit/5151c5e6a03d706156ac0a5b437875ab1600af6c)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Changelog | ||
|
||
## [2.0.0](https://github.com/chanzuckerberg/go-misc/compare/ver-v1.12.0...ver-v2.0.0) (2024-02-23) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* break mono-package into individual packages ([#1000](https://github.com/chanzuckerberg/go-misc/issues/1000)) | ||
|
||
### Features | ||
|
||
* break mono-package into individual packages ([#1000](https://github.com/chanzuckerberg/go-misc/issues/1000)) ([5151c5e](https://github.com/chanzuckerberg/go-misc/commit/5151c5e6a03d706156ac0a5b437875ab1600af6c)) |