Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions Manual/Releases/v4_33_0.lean
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,12 @@ open Verso.Genre
open Verso.Genre.Manual
open Verso.Genre.Manual.InlineLean

#doc (Manual) "Lean 4.33.0-rc2 (2026-08-03)" =>
#doc (Manual) "Lean 4.33.0 (2026-08-10)" =>
%%%
tag := "release-v4.33.0"
file := "v4.33.0"
%%%

:::warn
These release notes describe a _release candidate_, not the final release.
They may be incomplete and are subject to change.
:::

For this release, 208 changes landed.
In addition to the 53 feature additions,
and 50 fixes listed below,
Expand Down
10 changes: 5 additions & 5 deletions lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"subDir": null,
"scope": "",
"rev": "f62e380bcf8e11a2df70697916c8333bafdf3540",
"rev": "f60239aad00fe8476449bbe863d23d5e97a915fd",
"name": "verso",
"manifestFile": "lake-manifest.json",
"inputRev": "nightly-testing",
Expand All @@ -15,7 +15,7 @@
"type": "git",
"subDir": null,
"scope": "",
"rev": "006dc1d1db18c5dc73d637c926cf132e88df05b5",
"rev": "6bc815869cba1f19515715dc6b47795acd521f1c",
"name": "illuminate",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
Expand All @@ -25,7 +25,7 @@
"type": "git",
"subDir": null,
"scope": "",
"rev": "61182a9187f497946b1a9170018e241c9500e6da",
"rev": "c6e665d0f83a1e9f31535c0834e3f0a7bd0cc7d0",
"name": "versowebcomponents",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
Expand All @@ -35,7 +35,7 @@
"type": "git",
"subDir": null,
"scope": "",
"rev": "b1c4a69a7e247ab7df20460212001673d74f08c0",
"rev": "123d15766ba49356c02ebad2a4462dfe12d79899",
"name": "plausible",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
Expand All @@ -55,7 +55,7 @@
"type": "git",
"subDir": null,
"scope": "",
"rev": "859ab80c32c5851151919a7d757d7c0c0b6e39d2",
"rev": "3a75ede05278806fd3249bb0c97a6fb5777a4f7d",
"name": "subverso",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
Expand Down
2 changes: 1 addition & 1 deletion lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:v4.33.0-rc2
leanprover/lean4:v4.33.0
Loading