Skip to content

Commit

Permalink
changelog 🪵
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed Dec 3, 2024
1 parent 6815e77 commit 88dc2e8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

[Unreleased](https://github.com/dotenvx/dotenvx/compare/v1.27.0...main)
[Unreleased](https://github.com/dotenvx/dotenvx/compare/v1.28.0...main)

## [1.28.0](https://github.com/dotenvx/dotenvx/compare/v1.27.0...v1.28.0)

### Changed

* `.env.keys` file is generated WITHOUT quotes going forward. This is to minimize friction around Docker gotchas to developers - old versions of Docker do not support `--env-file` containing quoted keys/values. ([#480](https://github.com/dotenvx/dotenvx/pull/480)) ([additional note](https://github.com/dotenvx/dotenvx/issues/465#issuecomment-2515279676))

## [1.27.0](https://github.com/dotenvx/dotenvx/compare/v1.26.2...v1.27.0)

### Added

* add support for `\t` expansion when double quoted. (e.g. `TAB="hi\tfriend"` becomes `hi friend`) ([#479](https://github.com/dotenvx/dotenvx/pull/479))
* add support for `\t` expansion when double quoted. (e.g. `TAB="hi\tfriend"` becomes `hi friend`) ([#479](https://github.com/dotenvx/dotenvx/pull/479))

## [1.26.2](https://github.com/dotenvx/dotenvx/compare/v1.26.1...v1.26.2)

Expand Down

0 comments on commit 88dc2e8

Please sign in to comment.