Skip to content

Commit b01c5be

Browse files
committed
Update README and version bump for release.
1 parent 684b182 commit b01c5be

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ As of 2023, the [original repository](https://github.com/GoogleCloudPlatform/clo
1313
Google has been archived. This fork is an attempt to keep the project alive, at least, in some form close to the
1414
original, and maybe improve on it a bit.
1515

16-
The following features have been implemented:
16+
#### New Features
1717
- Add support for loading `.env` file secrets for `secretEnv` replacements.
1818
This will convert only the matching `secretEnv` into a corresponding `env` with a value.
1919
*This is not supported in the cloud, and only works for GCPL. Which means the cloud will simply treat a secretEnv as
@@ -34,6 +34,8 @@ To build and test the GCPL, you need a working
3434
[gcloud](https://cloud.google.com/sdk/docs/quickstarts) and
3535
[Docker](https://www.docker.com/).
3636

37+
This binary has only been tested to work on Linux operating systems.
38+
3739
### Setup
3840
```sh
3941
go mod vendor

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
package main
1616

17-
const version = "HEAD"
17+
const version = "1.0.1"

0 commit comments

Comments
 (0)