Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9e722874b4 | |||
| 873af43ef2 |
@@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2026-02-11 - 5.1.2 - fix(readme)
|
||||||
|
adjust ASCII architecture diagram alignment in README
|
||||||
|
|
||||||
|
- Whitespace and alignment tweaks to the ASCII architecture diagram in readme.md
|
||||||
|
- No code or behavior changes; documentation-only edit
|
||||||
|
|
||||||
## 2026-02-11 - 5.1.1 - fix(release)
|
## 2026-02-11 - 5.1.1 - fix(release)
|
||||||
no changes
|
no changes
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/smartmta",
|
"name": "@push.rocks/smartmta",
|
||||||
"version": "5.1.1",
|
"version": "5.1.2",
|
||||||
"description": "A high-performance, enterprise-grade Mail Transfer Agent (MTA) built from scratch in TypeScript with Rust acceleration.",
|
"description": "A high-performance, enterprise-grade Mail Transfer Agent (MTA) built from scratch in TypeScript with Rust acceleration.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"mta",
|
"mta",
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartmta',
|
name: '@push.rocks/smartmta',
|
||||||
version: '5.1.1',
|
version: '5.1.2',
|
||||||
description: 'A high-performance, enterprise-grade Mail Transfer Agent (MTA) built from scratch in TypeScript with Rust acceleration.'
|
description: 'A high-performance, enterprise-grade Mail Transfer Agent (MTA) built from scratch in TypeScript with Rust acceleration.'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user