From b4095ced7b9b6bc18ed356a325548a4588142f4c Mon Sep 17 00:00:00 2001 From: sotashimozono Date: Thu, 3 Sep 2026 09:15:06 +0000 Subject: [PATCH] chore: roll the version back to 0.1.0 for the first release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The package is not registered — General has no `Versions.toml` for it and the repository has no tags — so 0.1.1 was never released and nothing depends on it. The open registration (JuliaRegistries/General#166832) is titled "New package: ExperimentalAPI v0.1.1", which would make the first published version 0.1.1 with no 0.1.0 behind it. The bump came from #4, a documentation-only change made before any release existed. Safe here in a way it usually is not: with nothing in the registry there is no version whose content this inverts, which is the failure mode a rollback normally carries. AutoRegister and VersionCheck are both disabled on this repository, so merging this triggers no registration. Co-Authored-By: Claude Opus 5 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 14f2427..b1dcbda 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ExperimentalAPI" uuid = "fd2d14cb-3a46-42a9-afd8-e8499236f05e" -version = "0.1.1" +version = "0.1.0" authors = ["sota shimozono "] [deps]