From 4b1094bfa8cfe78c19e83076fce3e714332c108e Mon Sep 17 00:00:00 2001 From: Allan Zhang Date: Mon, 29 Aug 2022 22:21:54 -0400 Subject: [PATCH] Release 0.15.3 --- CHANGELOG.md | 7 ++++++- dotenv/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1e0046..5c41c38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,12 @@ 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.2] - 2022.08-22 +## [0.15.3] - 2022-08-29 + +### Changed +- Fix comments in multiline input [(PR #16)](https://github.com/allan2/dotenvy/pull/16) by [domodwyer](https://github.com/domodwyer) + +## [0.15.2] - 2022-08-22 ### Added diff --git a/dotenv/Cargo.toml b/dotenv/Cargo.toml index 9cffc13..423812d 100644 --- a/dotenv/Cargo.toml +++ b/dotenv/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dotenvy" -version = "0.15.2" +version = "0.15.3" authors = [ "Noemi Lapresta ", "Craig Hills ",