Skip to content

Commit

Permalink
Bump to 4.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JCWasmx86 committed Sep 1, 2024
1 parent 289d756 commit f978255
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# 4.X.X (Sep XX 2024)
# 4.3.4 (Sep 01 2024)
- Fix crash if first statement of root meson.build is not a function call (#135)

# 4.3.3 (Aug 17 2024)
- Make it work in Helix
- Propagate wrap setup errors to the editor (#126)
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ project(
'cpp_std=gnu++23',
'warning_level=3',
],
version: 'v4.3.3',
version: 'v4.3.4',
)

cc = meson.get_compiler('c')
Expand Down
4 changes: 3 additions & 1 deletion mesonlsp.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global __meson_wrap_mode default

Name: mesonlsp
Version: 4.3.3
Version: 4.3.4
Release: 0.1
Summary: Meson language server
ExclusiveArch: x86_64
Expand Down Expand Up @@ -49,6 +49,8 @@ A meson language server
%{_prefix}/lib/debug/usr/bin/mesonlsp-%{version}-0.1.x86_64.debug

%changelog
* Sun Sep 01 2024 JCWasmx86 <[email protected]> - 4.3.4-0.1
- Bump to v4.3.4
* Sat Aug 17 2024 JCWasmx86 <[email protected]> - 4.3.3-0.1
- Bump to v4.3.3
* Sun Aug 04 2024 JCWasmx86 <[email protected]> - 4.3.2-0.1
Expand Down

0 comments on commit f978255

Please sign in to comment.