We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3027faa + b1e010f commit 614f656Copy full SHA for 614f656
Project.toml
@@ -1,6 +1,6 @@
1
name = "IJulia"
2
uuid = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
3
-version = "1.29.1"
+version = "1.29.2"
4
5
[deps]
6
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
docs/src/_changelog.md
@@ -7,6 +7,11 @@ CurrentModule = IJulia
7
This documents notable changes in IJulia.jl. The format is based on [Keep a
8
Changelog](https://keepachangelog.com).
9
10
+## [v1.29.2] - 2025-07-29
11
+
12
+### Fixed
13
+- Fixed a typo in the tooltip lookup code ([#1171]).
14
15
## [v1.29.1] - 2025-07-26
16
17
### Changed
0 commit comments