Skip to content

Commit

Permalink
Prepare for v0.5.4 release
Browse files Browse the repository at this point in the history
Add release notes and set version number.
  • Loading branch information
Mr0grog committed Jun 24, 2024
1 parent 99a5046 commit 72b969c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Changelog

## (In Development)
## Version 0.5.4 (2024-06-23)

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

- Upgrade editorconfig-core-c (it handles the actual reading of `.editorconfig` files) to v0.12.9, which fixes a bug in the previous release.
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.


## Version 0.5.3 (2024-06-14)
Expand Down
8 changes: 4 additions & 4 deletions editorconfig-textmate.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@
CODE_SIGN_ENTITLEMENTS = "";
CODE_SIGN_IDENTITY = "Developer ID Application";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = "0.5.4-dev";
CURRENT_PROJECT_VERSION = 0.5.4;
DEVELOPMENT_TEAM = HPJWEKK787;
ENABLE_HARDENED_RUNTIME = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
Expand All @@ -529,7 +529,7 @@
"$(BUILT_PRODUCTS_DIR)/editorconfig/**",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = "0.5.4-dev";
MARKETING_VERSION = 0.5.4;
ONLY_ACTIVE_ARCH = NO;
OTHER_CODE_SIGN_FLAGS = "--deep";
PRODUCT_BUNDLE_IDENTIFIER = "org.robbrackett.${PRODUCT_NAME:rfc1034identifier}";
Expand All @@ -548,7 +548,7 @@
CODE_SIGN_ENTITLEMENTS = "";
CODE_SIGN_IDENTITY = "Developer ID Application";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = "0.5.4-dev";
CURRENT_PROJECT_VERSION = 0.5.4;
DEVELOPMENT_TEAM = HPJWEKK787;
ENABLE_HARDENED_RUNTIME = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
Expand All @@ -562,7 +562,7 @@
"$(BUILT_PRODUCTS_DIR)/editorconfig/**",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = "0.5.4-dev";
MARKETING_VERSION = 0.5.4;
ONLY_ACTIVE_ARCH = NO;
OTHER_CODE_SIGN_FLAGS = "--deep";
PRODUCT_BUNDLE_IDENTIFIER = "org.robbrackett.${PRODUCT_NAME:rfc1034identifier}";
Expand Down

0 comments on commit 72b969c

Please sign in to comment.