From 0322735b4625097147edfcdb7d3e851fa804b212 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Sat, 28 Dec 2024 09:38:44 -0800 Subject: [PATCH] Release v1.4.1 (#81) - Update regex.js to allow + character. This allows e-mails in the format user+blah@domain.com --- .release | 2 +- CHANGELOG.md | 5 +++++ CONTRIBUTORS.md | 7 ++++--- README.md | 2 +- package.json | 7 +++---- 5 files changed, 14 insertions(+), 9 deletions(-) diff --git a/.release b/.release index afb1db8..80c3d1a 160000 --- a/.release +++ b/.release @@ -1 +1 @@ -Subproject commit afb1db801607dda5e859f39b600f0dd0111e4651 +Subproject commit 80c3d1a67344cc321e054a23a8b4ae59b284909a diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b58cf1..967b694 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/). ### Unreleased +### [1.4.1] - 2024-12-28 + +- ini: allow key with + character, to accept user+blah@domain.com #80 + ### [1.4.0] - 2024-05-12 - doc(README): fix hjson link (#78) @@ -146,3 +150,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/). [1.2.4]: https://github.com/haraka/haraka-config/releases/tag/v1.2.4 [1.3.0]: https://github.com/haraka/haraka-config/releases/tag/v1.3.0 [1.4.0]: https://github.com/haraka/haraka-config/releases/tag/v1.4.0 +[1.4.1]: https://github.com/haraka/haraka-config/releases/tag/v1.4.1 diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 9912882..9ab8594 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -2,7 +2,8 @@ This handcrafted artisinal software is brought to you by: -|
msimerson (58) |
PSSGCSim (7) |
louis-lau (2) |
baudehlo (1) |
Wesitos (1) |
oreoluwa (1) | -| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | +|
msimerson (59) |
PSSGCSim (7) |
louis-lau (2) |
baudehlo (1) |
Wesitos (1) |
oreoluwa (1) |
polarismail (1) | +| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | -this file is maintained by [.release](https://github.com/msimerson/.release) +this file is generated by [.release](https://github.com/msimerson/.release). +Contribute to this project to get your GitHub profile included here. diff --git a/README.md b/README.md index fa4a168..f91c88b 100644 --- a/README.md +++ b/README.md @@ -240,7 +240,7 @@ Flat files are simply either lists of values separated by \n or a single value i ## JSON Files -These are as you would expect, and returns an object as given in the file. +These are as you would expect, and return an object as given in the file. If a requested .json or .hjson file does not exist then the same file will be checked for with a .yaml extension and that will be loaded instead. This is done because YAML files are far easier for a human to write. diff --git a/package.json b/package.json index cffe1c2..de20a6c 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,8 @@ "name": "haraka-config", "license": "MIT", "description": "Haraka's config file loader", - "version": "1.4.0", - "homepage": "http://haraka.github.io", + "version": "1.4.1", + "homepage": "https://github.com/haraka/haraka-config", "repository": { "type": "git", "url": "git@github.com:haraka/haraka-config.git" @@ -24,10 +24,9 @@ "hjson": "^3.2.2" }, "devDependencies": { - "@haraka/eslint-config": "^1.1.3" + "@haraka/eslint-config": "^1.1.5" }, "bugs": { - "mail": "haraka.mail@gmail.com", "url": "https://github.com/haraka/haraka-config/issues" }, "scripts": {