diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3f3b1a9..5aa4599 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -15,7 +15,7 @@ "piscine-c/rush02": "1.1.0", "piscine-c/bsq": "1.0.1", "milestone-0/libft": "2.2.0", - "milestone-1/ft_printf": "3.2.0", + "milestone-1/ft_printf": "3.3.0", "milestone-1/get_next_line": "2.1.0", "milestone-2/fdf": "2.1.0", "milestone-2/pipex": "2.1.0", @@ -34,8 +34,8 @@ "milestone-5/cpp08": "1.2.0", "milestone-5/cpp09": "1.1.0", "milestone-5/inception": "1.1.0", - "pcc/libasm": "1.1.0", - "pcc/snow-crash": "0.1.0", + "pcc/libasm": "1.2.0", + "pcc/snow-crash": "1.0.0", "rushes/hotrace": "2.2.0", "rushes/libunit": "1.1.0", "tools/push-swap-visualizer-minecraft": "1.0.0", diff --git a/milestone-1/ft_printf/CHANGELOG.md b/milestone-1/ft_printf/CHANGELOG.md index a8951f1..1e47f6d 100644 --- a/milestone-1/ft_printf/CHANGELOG.md +++ b/milestone-1/ft_printf/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.3.0](https://github.com/airone01/ft/compare/ft_printf-v3.2.0...ft_printf-v3.3.0) (2026-06-18) + + +### Features + +* **ft_printf:** bonuses ([2124a43](https://github.com/airone01/ft/commit/2124a43dc4657751d05ee911254f462e437ce29e)) + ## [3.2.0](https://github.com/airone01/ft/compare/ft_printf-v3.1.0...ft_printf-v3.2.0) (2026-06-02) diff --git a/pcc/libasm/CHANGELOG.md b/pcc/libasm/CHANGELOG.md index 3caca77..bd11f7c 100644 --- a/pcc/libasm/CHANGELOG.md +++ b/pcc/libasm/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.2.0](https://github.com/airone01/ft/compare/libasm-v1.1.0...libasm-v1.2.0) (2026-06-18) + + +### Features + +* **libasm:** ft_atoi_base ([17918f3](https://github.com/airone01/ft/commit/17918f307fc1cbfe8296dcbb0bb20ce235dce165)) +* **libasm:** last bonus exercises ([2592919](https://github.com/airone01/ft/commit/25929194051e599eace84445515becf674324604)) + + +### Bug Fixes + +* **libasm:** last minute patches ([8a947dd](https://github.com/airone01/ft/commit/8a947dd857c53bb154f71b2eef94b4d86b404de2)) + ## [1.1.0](https://github.com/airone01/ft/compare/libasm-v1.0.0...libasm-v1.1.0) (2026-06-02) diff --git a/pcc/snow-crash/CHANGELOG.md b/pcc/snow-crash/CHANGELOG.md new file mode 100644 index 0000000..b35a4ce --- /dev/null +++ b/pcc/snow-crash/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## [1.0.0](https://github.com/airone01/ft/compare/snow-crash-v0.1.0...snow-crash-v1.0.0) (2026-06-18) + + +### ⚠ BREAKING CHANGES + +* mark beaking changes + +### Features + +* **snow-crash:** docs, auto script ([8fb8f86](https://github.com/airone01/ft/commit/8fb8f86ebc027761ddbf636983d0798cfd69a519)) + + +### Miscellaneous Chores + +* mark beaking changes ([8048a5a](https://github.com/airone01/ft/commit/8048a5a1de58793f73a3202274ae129e9f90e93e))