Skip to content

Commit

Permalink
chore(main): release 0.1.1 (#625)
Browse files Browse the repository at this point in the history
Co-authored-by: hairyhenderson-bot[bot] <167488603+hairyhenderson-bot[bot]@users.noreply.github.com>
  • Loading branch information
hairyhenderson-bot[bot] authored May 11, 2024
1 parent 88693fe commit be10b64
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.1.1"
}
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Changelog

## [0.1.1](https://github.com/hairyhenderson/go-fsimpl/compare/v0.1.0...v0.1.1) (2024-05-11)


### Bug Fixes

* **perf:** Replace slower fmt.Sprint(f) calls with faster alternatives ([#616](https://github.com/hairyhenderson/go-fsimpl/issues/616)) ([5c11a39](https://github.com/hairyhenderson/go-fsimpl/commit/5c11a394e80b79ec842a013f06e897c3d44c20df))


### Dependencies

* **actions:** bump golangci/golangci-lint-action from 4 to 5 ([eb14720](https://github.com/hairyhenderson/go-fsimpl/commit/eb14720706922719edff4f7cd0ecdbc9360a59a2))
* **go:** bump github.com/aws/aws-sdk-go from 1.51.24 to 1.52.4 ([c19b348](https://github.com/hairyhenderson/go-fsimpl/commit/c19b34845e70e8e7606a22924d538e131ebd31ef))
* **go:** bump github.com/aws/aws-sdk-go from 1.52.4 to 1.53.0 ([#619](https://github.com/hairyhenderson/go-fsimpl/issues/619)) ([c63b9d6](https://github.com/hairyhenderson/go-fsimpl/commit/c63b9d6d20b2002e24efff536505f7c5e44631c1))
* **go:** bump github.com/aws/aws-sdk-go-v2/config ([#622](https://github.com/hairyhenderson/go-fsimpl/issues/622)) ([88693fe](https://github.com/hairyhenderson/go-fsimpl/commit/88693fed5d690c35c2ab48c9b59431e44be819eb))
* **go:** bump github.com/aws/aws-sdk-go-v2/service/secretsmanager ([#620](https://github.com/hairyhenderson/go-fsimpl/issues/620)) ([8ea99be](https://github.com/hairyhenderson/go-fsimpl/commit/8ea99be78227c34ec32a69d92e55e2d8ad9beab2))
* **go:** bump github.com/aws/aws-sdk-go-v2/service/ssm ([#621](https://github.com/hairyhenderson/go-fsimpl/issues/621)) ([0148865](https://github.com/hairyhenderson/go-fsimpl/commit/01488659d8fe0add15a40aad82b6855c7ef6dcd2))
* **go:** bump github.com/aws/aws-sdk-go-v2/service/ssm from 1.49.5 to 1.50.0 ([ee0def4](https://github.com/hairyhenderson/go-fsimpl/commit/ee0def4a2d4b181483077b9b62ab8d860f9ba76f))
* **go:** bump github.com/Azure/azure-sdk-for-go/sdk/storage/azblob from 1.3.1 to 1.3.2 ([c11b268](https://github.com/hairyhenderson/go-fsimpl/commit/c11b26885e7d28996b464c2654ea20a3d0febbc5))
* **go:** bump github.com/fsouza/fake-gcs-server ([#617](https://github.com/hairyhenderson/go-fsimpl/issues/617)) ([0ae84d2](https://github.com/hairyhenderson/go-fsimpl/commit/0ae84d2ba05d9c66c755b72a7eb3aff70e0bf64a))
* **go:** bump github.com/hashicorp/vault/api from 1.12.2 to 1.13.0 ([678e1ab](https://github.com/hairyhenderson/go-fsimpl/commit/678e1abfdd7a420da1a9fb4066390b69cd1df04b))
* **go:** bump go.opentelemetry.io/contrib/propagators/autoprop from 0.49.0 to 0.51.0 ([d367ee1](https://github.com/hairyhenderson/go-fsimpl/commit/d367ee1d8cd5f3086e74fa78fac7dcd4f1acb45a))
* **go:** bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.24.0 to 1.26.0 ([077c638](https://github.com/hairyhenderson/go-fsimpl/commit/077c63887c2857fec14b24570467ffd9ce71b2db))
* **go:** bump golang.org/x/crypto from 0.22.0 to 0.23.0 ([#618](https://github.com/hairyhenderson/go-fsimpl/issues/618)) ([6b00385](https://github.com/hairyhenderson/go-fsimpl/commit/6b003859bebd17dd37c56ec4194d696de2bea3c5))
* **go:** bump golang.org/x/net from 0.22.0 to 0.23.0 in the go_modules group ([23fcf63](https://github.com/hairyhenderson/go-fsimpl/commit/23fcf632dac491956b7b0469f74b089bcad7217b))


### Miscellaneous Chores

* release 0.1.1 ([f133c47](https://github.com/hairyhenderson/go-fsimpl/commit/f133c47230a1c31bd0e3a94eac8e21140601ed35))
* release 0.1.1 ([5ffaf92](https://github.com/hairyhenderson/go-fsimpl/commit/5ffaf9259077f64f7ed42e533300148ee6baee30))

0 comments on commit be10b64

Please sign in to comment.