Skip to content

Commit 9626412

Browse files
committed
Prepare for 3.1.5 release
1 parent 5e776d2 commit 9626412

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

Changelog.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22

3-
[Unreleased changes](https://github.com/bkeepers/dotenv/compare/v3.1.3...main)
3+
[Unreleased changes](https://github.com/bkeepers/dotenv/compare/v3.1.5...main)
4+
5+
## 3.1.5
6+
7+
* Optimize parser by removing repeated hash merges by @andrewts129 in https://github.com/bkeepers/dotenv/pull/515
8+
* Refactor parser to avoid duplicate scan/gsub by @bkeepers in https://github.com/bkeepers/dotenv/pull/517
9+
* Fix typo in README by @JohnYangSam in https://github.com/bkeepers/dotenv/pull/516
10+
11+
### New Contributors
12+
* @JohnYangSam made their first contribution in https://github.com/bkeepers/dotenv/pull/516
13+
* @andrewts129 made their first contribution in https://github.com/bkeepers/dotenv/pull/515
14+
15+
**Full Changelog**: https://github.com/bkeepers/dotenv/compare/v3.1.4...v3.1.5
416

517
## 3.1.4
618

lib/dotenv/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Dotenv
2-
VERSION = "3.1.4".freeze
2+
VERSION = "3.1.5".freeze
33
end

0 commit comments

Comments
 (0)