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.
1 parent 18cb850 commit 5c12a11Copy full SHA for 5c12a11
2 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 0.54.5 - May 17, 2025
2
+- Repair unknown encoding errors (#936, #935)
3
+- Index arbitrary pinsets (#937)
4
+- Separate YARD cache from doc map cache (#938)
5
+
6
## 0.54.4 - May 14, 2025
7
- Delete files from Library hash (#932)
8
- Clip#define returns variable pins (#934, #933)
lib/solargraph/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Solargraph
- VERSION = '0.54.4'
+ VERSION = '0.54.5'
end
0 commit comments