Skip to content

Commit

Permalink
Release v1.3.8 (#69)
Browse files Browse the repository at this point in the history
- conn: merge local.info from haraka/Haraka
- bumped dep versions:
   - haraka-config: 1.4.0
   - haraka-constants: 1.0.7
   - haraka-email-message: 1.2.4
   - haraka-notes: 1.1.0
   - haraka-results: 2.2.4
   - haraka-utils: 1.1.3
   - @haraka/eslint-config: 1.1.5
  • Loading branch information
msimerson authored Sep 27, 2024
1 parent 37f19b4 commit 2fc8d13
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .release
Submodule .release updated 4 files
+4 −3 README.md
+9 −4 contributors.js
+8 −1 finish.sh
+26 −15 submit.sh
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).

### Unreleased

### [1.3.8] - 2024-09-27

- bumped dep versions:
- haraka-config: 1.4.0
- haraka-constants: 1.0.7
- haraka-email-message: 1.2.4
- haraka-notes: 1.1.0
- haraka-results: 2.2.4
- haraka-utils: 1.1.3
- @haraka/eslint-config: 1.1.5

### [1.3.7] - 2024-04-14

- transaction: sync with haraka/Haraka
Expand Down Expand Up @@ -208,3 +219,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
[1.3.5]: https://github.com/haraka/test-fixtures/releases/tag/v1.3.5
[1.3.6]: https://github.com/haraka/test-fixtures/releases/tag/v1.3.6
[1.3.7]: https://github.com/haraka/test-fixtures/releases/tag/v1.3.7
[1.3.8]: https://github.com/haraka/test-fixtures/releases/tag/v1.3.8
2 changes: 1 addition & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This handcrafted artisinal software is brought to you by:

| <img height="80" src="https://avatars.githubusercontent.com/u/261635?v=4"><br><a href="https://github.com/msimerson">msimerson</a> (<a href="https://github.com/haraka/test-fixtures/commits?author=msimerson">62</a>) | <img height="80" src="https://avatars.githubusercontent.com/u/1432035?v=4"><br><a href="https://github.com/kcberg">kcberg</a> (<a href="https://github.com/haraka/test-fixtures/commits?author=kcberg">1</a>) | <img height="80" src="https://avatars.githubusercontent.com/u/662371?v=4"><br><a href="https://github.com/baudehlo">baudehlo</a> (<a href="https://github.com/haraka/test-fixtures/commits?author=baudehlo">1</a>) | <img height="80" src="https://avatars.githubusercontent.com/u/550490?v=4"><br><a href="https://github.com/smfreegard">smfreegard</a> (<a href="https://github.com/haraka/test-fixtures/commits?author=smfreegard">1</a>) | <img height="80" src="https://avatars.githubusercontent.com/u/203240?v=4"><br><a href="https://github.com/lnedry">lnedry</a> (<a href="https://github.com/haraka/test-fixtures/commits?author=lnedry">1</a>) |
| <img height="80" src="https://avatars.githubusercontent.com/u/261635?v=4"><br><a href="https://github.com/msimerson">msimerson</a> (<a href="https://github.com/haraka/test-fixtures/commits?author=msimerson">63</a>) | <img height="80" src="https://avatars.githubusercontent.com/u/1432035?v=4"><br><a href="https://github.com/kcberg">kcberg</a> (<a href="https://github.com/haraka/test-fixtures/commits?author=kcberg">1</a>) | <img height="80" src="https://avatars.githubusercontent.com/u/662371?v=4"><br><a href="https://github.com/baudehlo">baudehlo</a> (<a href="https://github.com/haraka/test-fixtures/commits?author=baudehlo">1</a>) | <img height="80" src="https://avatars.githubusercontent.com/u/550490?v=4"><br><a href="https://github.com/smfreegard">smfreegard</a> (<a href="https://github.com/haraka/test-fixtures/commits?author=smfreegard">1</a>) | <img height="80" src="https://avatars.githubusercontent.com/u/203240?v=4"><br><a href="https://github.com/lnedry">lnedry</a> (<a href="https://github.com/haraka/test-fixtures/commits?author=lnedry">1</a>) |
| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |

<sub>this file is maintained by [.release](https://github.com/msimerson/.release)</sub>
3 changes: 3 additions & 0 deletions lib/connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ class Connection {
this.errors = 0
this.last_rcpt_msg = null
this.hook = null
if (this.cfg.headers.show_version) {
this.local.info += `/${utils.getVersion(__dirname)}`
}

logger.add_log_methods(this, 'mock-connection')
Connection.setupClient(this)
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "haraka-test-fixtures",
"license": "MIT",
"description": "Haraka Test Fixtures",
"version": "1.3.7",
"version": "1.3.8",
"repository": {
"type": "git",
"url": "[email protected]:haraka/test-fixtures.git"
Expand All @@ -19,15 +19,15 @@
},
"dependencies": {
"address-rfc2821": "^2.1.2",
"haraka-config": "^1.1.0",
"haraka-constants": "^1.0.6",
"haraka-email-message": "^1.2.1",
"haraka-notes": "^1.0.6",
"haraka-results": "^2.2.3",
"haraka-utils": "^1.1.2"
"haraka-config": "^1.4.0",
"haraka-constants": "^1.0.7",
"haraka-email-message": "^1.2.4",
"haraka-notes": "^1.1.0",
"haraka-results": "^2.2.4",
"haraka-utils": "^1.1.3"
},
"devDependencies": {
"@haraka/eslint-config": "^1.1.2"
"@haraka/eslint-config": "^1.1.5"
},
"bugs": {
"url": "https://github.com/haraka/test-fixtures/issues"
Expand Down

0 comments on commit 2fc8d13

Please sign in to comment.