kelseyhightower / envconfig

Golang library for managing configuration data from environment variables
MIT License
5.01k stars 377 forks source link

New release #114

Closed ricardogama closed 5 years ago

ricardogama commented 6 years ago

Hi.

I see the latest tag is 12 behind the current master branch.

The feature I'm looking for is not having to specify the prefix on envconfig.Process() in snake case format. It seems odd to specify the env prefix like my_app where MY_APP is the standard format to specify environment variables.

I see this is fixed on master branch though, so since locking versions is always a good practice, when a new tag can be expected?

Cheers!

johanbrandhorst commented 6 years ago

Bump. Would like a new release with https://github.com/kelseyhightower/envconfig/pull/101.

a8m commented 6 years ago

@kelseyhightower, @teepark - Is there any chance to create a new release? It’ll make the work with dep/vgo much easier.

Thanks

8tomat8 commented 5 years ago

@kelseyhightower @teepark, Hey guys. Do you have any plans to support this repository? Are there any issues with the latest code that blocks you from the creation of new releases?

marco-m commented 5 years ago

This is a dup of #132

teepark commented 5 years ago

v1.4.0 is out! 🎉