From e7d82a188b5e55f1a252d263665dfbf18ce6e22c Mon Sep 17 00:00:00 2001 From: Shuhei Kadowaki Date: Mon, 16 Jun 2025 23:02:59 +0900 Subject: [PATCH 1/2] bump Compiler.jl version to 0.1.1 As the latest version of BaseCompiler.jl will be bumped to v0.1.1 after JuliaRegistries/General#132990. --- Compiler/Project.toml | 2 +- Compiler/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Compiler/Project.toml b/Compiler/Project.toml index f44b45a810708..1a0cdf4abca39 100644 --- a/Compiler/Project.toml +++ b/Compiler/Project.toml @@ -1,6 +1,6 @@ name = "Compiler" uuid = "807dbc54-b67e-4c79-8afb-eafe4df6f2e1" -version = "0.1.0" +version = "0.1.1" [compat] julia = "1.10" diff --git a/Compiler/README.md b/Compiler/README.md index 5e58152519678..ae5aaa3f60792 100644 --- a/Compiler/README.md +++ b/Compiler/README.md @@ -19,10 +19,10 @@ Compiler = "807dbc54-b67e-4c79-8afb-eafe4df6f2e1" Compiler = "0.1" ``` -With the setup above, [the special placeholder version (v0.1.0)](https://github.com/JuliaLang/BaseCompiler.jl) +With the setup above, [the special placeholder version (v0.1)](https://github.com/JuliaLang/BaseCompiler.jl) will be installed by default.[^1] -[^1]: Currently, only version v0.1.0 is registered in the [General](https://github.com/JuliaRegistries/General) registry. +[^1]: Currently, only version v0.1 is registered in the [General](https://github.com/JuliaRegistries/General) registry. If needed, you can switch to a custom implementation of the `Compiler` module by running ```julia-repl From 4678e4be144e1561c8038a565050279ee53d1b14 Mon Sep 17 00:00:00 2001 From: Shuhei Kadowaki Date: Mon, 16 Jun 2025 23:20:24 +0900 Subject: [PATCH 2/2] update Compiler/LICENSE.md --- Compiler/LICENSE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compiler/LICENSE.md b/Compiler/LICENSE.md index 028a39923ef04..dbbcd7506fc1e 100644 --- a/Compiler/LICENSE.md +++ b/Compiler/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2009-2024: Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors: https://github.com/JuliaLang/julia/contributors +Copyright (c) 2009-2025: Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors: https://github.com/JuliaLang/julia/contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the