From 6040005f29255a2be64fc07c079e96b8cd548f87 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 15:45:43 +0000 Subject: [PATCH 1/4] chore(main): release 0.4.0 --- .github/CHANGELOG.md | 13 +++++++++++++ .github/release-please-manifest.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 41bb5fd..2165674 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.4.0](https://github.com/dwmkerr/hacker-laws/compare/v0.3.2...v0.4.0) (2025-12-29) + + +### Features + +* add The Stochastic Parrot ([bd1f1f9](https://github.com/dwmkerr/hacker-laws/commit/bd1f1f92d680dd355c993375cd71f81f81f9cfc6)) +* add The Stochastic Parrot ([286e57a](https://github.com/dwmkerr/hacker-laws/commit/286e57a0e6017845d811072d2e49b7b0c73619da)) + + +### Bug Fixes + +* correct mistranslation of Hyrum’s Law in Japanese ([ab076b3](https://github.com/dwmkerr/hacker-laws/commit/ab076b3c638460b1c792ef676b902ca74be3c763)) + ## [0.3.2](https://github.com/dwmkerr/hacker-laws/compare/v0.3.1...v0.3.2) (2025-03-31) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 0477999..2537c1f 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.2" + ".": "0.4.0" } From ff24778aa8e3fda0eb514b1355eaaf6cdee63c54 Mon Sep 17 00:00:00 2001 From: Dave Kerr Date: Mon, 29 Dec 2025 17:45:44 +0100 Subject: [PATCH 2/4] fix: broken all-contributors badge link Remove emoji from Contributors heading so the anchor matches the badge link. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e6e3e0..465eec0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

hacker-laws

-[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)

🧠 Laws, Theories, Principles and Patterns for developers and technologists.

@@ -1182,7 +1182,7 @@ Hacker Laws has been featured in [The Changelog](https://changelog.com/podcast/4 Changelog Podcast Image -## Contributors ✨ +## Contributors Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): From f79f2c83c5886736e1de33714e2f4326bf71b2b7 Mon Sep 17 00:00:00 2001 From: Dave Kerr Date: Mon, 29 Dec 2025 17:47:03 +0100 Subject: [PATCH 3/4] fix: convert badge to HTML for proper rendering --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 465eec0..a70f022 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

hacker-laws

-[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors) +All Contributors

🧠 Laws, Theories, Principles and Patterns for developers and technologists.

From 872a7588b9042b3ac80ae5a7cea0b8b1e4877f71 Mon Sep 17 00:00:00 2001 From: Dave Kerr Date: Mon, 29 Dec 2025 17:49:50 +0100 Subject: [PATCH 4/4] fix: remove all-contributors badge --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index a70f022..2459344 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,4 @@

hacker-laws

- -All Contributors -

🧠 Laws, Theories, Principles and Patterns for developers and technologists.

---