Skip to content

Commit 72b969c

Browse files
committed
Prepare for v0.5.4 release
Add release notes and set version number.
1 parent 99a5046 commit 72b969c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Changelog
22

3-
## (In Development)
3+
## Version 0.5.4 (2024-06-23)
44

5-
- Add this changelog as a file. It is available both at the root of the project’s Git repo and in the plugin bundle.
5+
This upgrades editorconfig-core-c again (to v0.12.9) to fix bug in the previous release.
66

7-
- Upgrade editorconfig-core-c (it handles the actual reading of `.editorconfig` files) to v0.12.9, which fixes a bug in the previous release.
7+
These release notes are now also available inside the plugin bundle (in `Contents/Resources/CHANGELOG.md`) and in the Git repo root for this project.
88

99

1010
## Version 0.5.3 (2024-06-14)

editorconfig-textmate.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@
515515
CODE_SIGN_ENTITLEMENTS = "";
516516
CODE_SIGN_IDENTITY = "Developer ID Application";
517517
CODE_SIGN_STYLE = Manual;
518-
CURRENT_PROJECT_VERSION = "0.5.4-dev";
518+
CURRENT_PROJECT_VERSION = 0.5.4;
519519
DEVELOPMENT_TEAM = HPJWEKK787;
520520
ENABLE_HARDENED_RUNTIME = YES;
521521
GCC_PRECOMPILE_PREFIX_HEADER = YES;
@@ -529,7 +529,7 @@
529529
"$(BUILT_PRODUCTS_DIR)/editorconfig/**",
530530
);
531531
MACOSX_DEPLOYMENT_TARGET = 11.0;
532-
MARKETING_VERSION = "0.5.4-dev";
532+
MARKETING_VERSION = 0.5.4;
533533
ONLY_ACTIVE_ARCH = NO;
534534
OTHER_CODE_SIGN_FLAGS = "--deep";
535535
PRODUCT_BUNDLE_IDENTIFIER = "org.robbrackett.${PRODUCT_NAME:rfc1034identifier}";
@@ -548,7 +548,7 @@
548548
CODE_SIGN_ENTITLEMENTS = "";
549549
CODE_SIGN_IDENTITY = "Developer ID Application";
550550
CODE_SIGN_STYLE = Manual;
551-
CURRENT_PROJECT_VERSION = "0.5.4-dev";
551+
CURRENT_PROJECT_VERSION = 0.5.4;
552552
DEVELOPMENT_TEAM = HPJWEKK787;
553553
ENABLE_HARDENED_RUNTIME = YES;
554554
GCC_PRECOMPILE_PREFIX_HEADER = YES;
@@ -562,7 +562,7 @@
562562
"$(BUILT_PRODUCTS_DIR)/editorconfig/**",
563563
);
564564
MACOSX_DEPLOYMENT_TARGET = 11.0;
565-
MARKETING_VERSION = "0.5.4-dev";
565+
MARKETING_VERSION = 0.5.4;
566566
ONLY_ACTIVE_ARCH = NO;
567567
OTHER_CODE_SIGN_FLAGS = "--deep";
568568
PRODUCT_BUNDLE_IDENTIFIER = "org.robbrackett.${PRODUCT_NAME:rfc1034identifier}";

0 commit comments

Comments
 (0)