Skip to content

Commit

Permalink
Prepare 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JCWasmx86 committed Jul 11, 2024
1 parent 6356f0d commit d7d69a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Next (XXX XX 2024)
# 4.3.1 (Jul 12 2024)
- Fix crash for empty project/meson.build (#109)
# 4.3.0 (Jun 30 2024)
- Add support for specifying custom `subproject_dir` (top level directory name that holds Meson subprojects) (#88, by @fourdim)
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.0',
version: 'v4.3.1',
)

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.0
Version: 4.3.1
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
* Fri Jul 12 2024 JCWasmx86 <[email protected]> - 4.3.1-0.1
- Bump to v4.3.1
* Sun Jun 30 2024 JCWasmx86 <[email protected]> - 4.3.0-0.1
- Bump to v4.3.0
* Fri May 03 2024 JCWasmx86 <[email protected]> - 4.2.2-0.1
Expand Down

0 comments on commit d7d69a6

Please sign in to comment.