Skip to content

Commit

Permalink
Release Time! (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blacksmoke16 committed Oct 10, 2023
1 parent 82c9e62 commit 8b42b3f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog

## [0.1.1] - 2023-10-09

_Administrative release, no functional changes_

## [0.1.0] - 2023-04-23

_Initial release._

[0.1.1]: https://github.com/athena-framework/dotenv/releases/tag/v0.1.1
[0.1.0]: https://github.com/athena-framework/dotenv/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: athena-dotenv

version: 0.1.0
version: 0.1.1

crystal: '>= 0.36.0'

Expand Down
2 changes: 1 addition & 1 deletion src/athena-dotenv.cr
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ require "./exceptions/*"
# They can of course continue to be used in production by distributing the base `.env` file along with the binary, then creating a `.env.local` on the production server and including production values within it.
# This can work quite well for simple applications, but ultimately a more robust solution that best leverages the features of the server the application is running on is best.
class Athena::Dotenv
VERSION = "0.1.0"
VERSION = "0.1.1"

private VARNAME_REGEX = /(?i:[A-Z][A-Z0-9_]*+)/

Expand Down

0 comments on commit 8b42b3f

Please sign in to comment.