From f23590dc116395e16e282a81334e0777d631eaee Mon Sep 17 00:00:00 2001 From: Ariel Juodziukynas Date: Tue, 10 Oct 2023 10:03:55 -0300 Subject: [PATCH] Revert formatter changes --- CHANGELOG.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4af47f..8e4ceb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,30 +1,30 @@ # main [(unreleased)](https://github.com/fastruby/dotenv_validator/compare/v1.3.0...main) -- [FEATURE: Support defining validations in the .env.template file](https://github.com/fastruby/dotenv_validator/pull/65) -- [DX: Use Standardrb's config for RuboCop](https://github.com/fastruby/dotenv_validator/pull/66) +* [FEATURE: Support defining validations in the .env.template file](https://github.com/fastruby/dotenv_validator/pull/65) +* [DX: Use Standardrb's config for RuboCop](https://github.com/fastruby/dotenv_validator/pull/66) # v1.3.0 /2023-01-03 [(commits)](https://github.com/fastruby/dotenv_validator/compare/v1.2.0...v1.3.0) -- [FEATURE: Add ruby types support](https://github.com/fastruby/dotenv_validator/pull/61) -- [FEATURE: Show value and format for invalid values](https://github.com/fastruby/dotenv_validator/pull/62) +* [FEATURE: Add ruby types support](https://github.com/fastruby/dotenv_validator/pull/61) +* [FEATURE: Show value and format for invalid values](https://github.com/fastruby/dotenv_validator/pull/62) # v1.2.0 /2022-04-04 [(commits)](https://github.com/fastruby/dotenv_validator/compare/v1.1.0...v1.2.0) -- [FEATURE: Add UUID format](https://github.com/fastruby/dotenv_validator/pull/54) -- [FEATURE: Better error management for a scenario where .env.sample is missing](https://github.com/fastruby/dotenv_validator/pull/40) -- [FEATURE: Add boolean format](https://github.com/fastruby/dotenv_validator/pull/38) +* [FEATURE: Add UUID format](https://github.com/fastruby/dotenv_validator/pull/54) +* [FEATURE: Better error management for a scenario where .env.sample is missing](https://github.com/fastruby/dotenv_validator/pull/40) +* [FEATURE: Add boolean format](https://github.com/fastruby/dotenv_validator/pull/38) # v1.1.0 /2021-09-14 [(commits)](https://github.com/fastruby/dotenv_validator/compare/v1.0.0...v1.1.0) -- [Implement overcommit + styleguide](https://github.com/fastruby/dotenv_validator/pull/18) -- [Add sponsorship section and logo to the README](https://github.com/fastruby/dotenv_validator/pull/19) -- [BUGFIX: Make sure that we properly calculate the root for the sample file](https://github.com/fastruby/dotenv_validator/pull/22) -- [BUGFIX: Added CHANGELOG doc](https://github.com/fastruby/dotenv_validator/pull/26) -- [BUGFIX: Fix string format validation](https://github.com/fastruby/dotenv_validator/pull/29) -- [Namespace the version file on the file system](https://github.com/fastruby/dotenv_validator/pull/30) -- [BUGFIX: Explicitly require "pathname" from the stdlib](https://github.com/fastruby/dotenv_validator/pull/31) -- [BUGFIX: Drop dependency on dotenv](https://github.com/fastruby/dotenv_validator/pull/32) +* [Implement overcommit + styleguide](https://github.com/fastruby/dotenv_validator/pull/18) +* [Add sponsorship section and logo to the README](https://github.com/fastruby/dotenv_validator/pull/19) +* [BUGFIX: Make sure that we properly calculate the root for the sample file](https://github.com/fastruby/dotenv_validator/pull/22) +* [BUGFIX: Added CHANGELOG doc](https://github.com/fastruby/dotenv_validator/pull/26) +* [BUGFIX: Fix string format validation](https://github.com/fastruby/dotenv_validator/pull/29) +* [Namespace the version file on the file system](https://github.com/fastruby/dotenv_validator/pull/30) +* [BUGFIX: Explicitly require "pathname" from the stdlib](https://github.com/fastruby/dotenv_validator/pull/31) +* [BUGFIX: Drop dependency on dotenv](https://github.com/fastruby/dotenv_validator/pull/32) # v1.0.0 / 2021-07-29 [(commits)](https://github.com/fastruby/dotenv_validator/tree/v1.0.0) -- Official Release +* Official Release