Skip to content

Commit

Permalink
Revert formatter changes
Browse files Browse the repository at this point in the history
  • Loading branch information
arielj committed Oct 10, 2023
1 parent 9a3e6fc commit f23590d
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f23590d

Please sign in to comment.