File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11module Dotenv
2- VERSION = "3.1.4 " . freeze
2+ VERSION = "3.1.5 " . freeze
33end
You can’t perform that action at this time.
0 commit comments