Skip to content

Commit 5c12a11

Browse files
committed
Release 0.54.5
1 parent 18cb850 commit 5c12a11

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
## 0.54.4 - May 14, 2025
27
- Delete files from Library hash (#932)
38
- Clip#define returns variable pins (#934, #933)

lib/solargraph/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Solargraph
4-
VERSION = '0.54.4'
4+
VERSION = '0.54.5'
55
end

0 commit comments

Comments
 (0)