Skip to content

Commit

Permalink
Prepare for 3.1.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Dec 12, 2024
1 parent 5e776d2 commit 9626412
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog

[Unreleased changes](https://github.com/bkeepers/dotenv/compare/v3.1.3...main)
[Unreleased changes](https://github.com/bkeepers/dotenv/compare/v3.1.5...main)

## 3.1.5

* Optimize parser by removing repeated hash merges by @andrewts129 in https://github.com/bkeepers/dotenv/pull/515
* Refactor parser to avoid duplicate scan/gsub by @bkeepers in https://github.com/bkeepers/dotenv/pull/517
* Fix typo in README by @JohnYangSam in https://github.com/bkeepers/dotenv/pull/516

### New Contributors
* @JohnYangSam made their first contribution in https://github.com/bkeepers/dotenv/pull/516
* @andrewts129 made their first contribution in https://github.com/bkeepers/dotenv/pull/515

**Full Changelog**: https://github.com/bkeepers/dotenv/compare/v3.1.4...v3.1.5

## 3.1.4

Expand Down
2 changes: 1 addition & 1 deletion lib/dotenv/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Dotenv
VERSION = "3.1.4".freeze
VERSION = "3.1.5".freeze
end

0 comments on commit 9626412

Please sign in to comment.