Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare Uncrustify v0.79.0 release #4297

Merged
merged 1 commit into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ endif()
# Generate uncrustify_version.h
#

set(UNCRUSTIFY_VERSION "0.78.1_f")
set(UNCRUSTIFY_VERSION "0.79.0_f")

option(NoGitVersionString "Do not use make_version.py and git to build a version string" OFF)
if(NoGitVersionString)
Expand Down
16 changes: 16 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Change highlights in uncrustify-0.79.0 (May 2024)
-------------------------------------------------------------------------------
881cd25e1f0854481b002a58a7dff68f146d7ee3
Added : sp_cpp_before_struct_binding_after_byref Dec 8 2023
1f48216e0d87ba84bf10268c46943c47ce473512
Added : sp_string_string Dec 19 2023
364f8d77120001783c2e792821bcb4052748631d
Added : pp_unbalanced_if_action Feb 10 2024
Removed : pp_warn_unbalanced_if Feb 10 2024
9a821fe71d307613916805d4c3fee1c9ee01d96f
Removed : sp_balance_nested_parens Apr 11 2024
71e9c30da59606a2ce32c561d47d6fafa49d2d7f
Added : debug_print_version May 3 2024
a50dd5480fe646059c9ea2b84243b674f9fbb575
Added : nl_oc_msg_args_finish_multi_line May 7 2024

Change highlights in uncrustify-0.78.1 (November 2023)
-------------------------------------------------------------------------------
24ca784086c31ce6aa0817ac9c99539a5ac52d00
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
A source code beautifier for C, C++, C#, Objective-C, D, Java, Pawn and Vala.

## Features
* Highly configurable - 850 configurable options as of version 0.78.1
* Highly configurable - 853 configurable options as of version 0.79.0
- <details><summary>add/remove spaces</summary>

- `sp_before_sparen`: _Add or remove space before '(' of 'if', 'for', 'switch', 'while', etc._
Expand Down
818 changes: 409 additions & 409 deletions documentation/htdocs/config.txt

Large diffs are not rendered by default.

818 changes: 409 additions & 409 deletions documentation/htdocs/default.cfg

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion documentation/htdocs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h2>Features</h2>
<li>Add or remove parens on return statements</li>
<li>Add or remove braces on single-statement if/do/while/for statements</li>
<li>Supports embedded SQL 'EXEC SQL' stuff</li>
<li>Highly configurable - 852 configurable options as of version 0.79.0-dev</li>
<li>Highly configurable - 853 configurable options as of version 0.79.0</li>
</ul>

<p>
Expand Down
818 changes: 409 additions & 409 deletions etc/defaults.cfg

Large diffs are not rendered by default.

1,636 changes: 818 additions & 818 deletions etc/uigui_uncrustify.ini

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uncrustify",
"version": "0.78.1",
"version": "0.79.0",
"description": "A highly configurable, easily modifiable source code beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and VALA",
"main": "uncrustify",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion release-process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

.. Update the date in the next line when editing this document!

*This document was last updated on 2023-11-20, for Uncrustify 0.78.1.*
*This document was last updated on 2024-05-15, for Uncrustify 0.79.0.*

This document uses "0.1.2" throughout as an example version number.
Whenever you see this, you should substitute the version number
Expand Down
Loading