Skip to content

Commit

Permalink
Release 0.15.4
Browse files Browse the repository at this point in the history
 Another fix for multiline support [(PR #18)](#18). Thanks [BlackDex](https://github.com/BlackDex) and [LeoniePhiline](https://github.com/LeoniePhiline)
  • Loading branch information
Allan Zhang committed Sep 19, 2022
1 parent 1ef835d commit 13e1653
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.15.4] - 2022-09-19

### Changed
- Another fix for multiline support [(PR #18)](https://github.com/allan2/dotenvy/pull/18). Thanks [BlackDex](https://github.com/BlackDex) and [LeoniePhiline](https://github.com/LeoniePhiline)

## [0.15.3] - 2022-08-29

### Changed
Expand Down
2 changes: 1 addition & 1 deletion dotenv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ name = "dotenvy"
required-features = ["cli"]

[dependencies]
clap = { version = "3.1", optional = true }
clap = { version = "3.2", optional = true }
dirs = "4.0"

[dev-dependencies]
Expand Down

0 comments on commit 13e1653

Please sign in to comment.