1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-09-11 17:15:34 +03:00

Bump version

This commit is contained in:
Tae Won Ha 2022-04-16 18:30:17 +02:00
parent 17f7ec13bd
commit 50d70eb46d
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44
5 changed files with 11 additions and 10 deletions

View File

@ -44,7 +44,7 @@ then continuously invoke the `build_nvimserver_for_local_dev` script.
create a release and upload it.
* Build the `arm64` version locally and upload it:
```bash
download_gettext=true clean=true build_libnvim=true ./NvimServer/bin/build_nvimserver.sh
clean=true build_libnvim=true ./NvimServer/bin/build_nvimserver.sh
```
* Build a universal binary by the following and upload the artefact:
```bash

View File

@ -1153,7 +1153,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "-";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 20220330.224200;
CURRENT_PROJECT_VERSION = 20220416.182927;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
@ -1214,7 +1214,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "-";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 20220330.224200;
CURRENT_PROJECT_VERSION = 20220416.182927;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
@ -1243,7 +1243,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 20220330.224200;
CURRENT_PROJECT_VERSION = 20220416.182927;
DEFINES_MODULE = YES;
HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/.deps/include";
IBC_MODULE = VimR;
@ -1271,7 +1271,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 20220330.224200;
CURRENT_PROJECT_VERSION = 20220416.182927;
DEFINES_MODULE = YES;
HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/.deps/include";
IBC_MODULE = VimR;

View File

@ -1224,7 +1224,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>SNAPSHOT-20220330.224200</string>
<string>0.39.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
@ -1241,7 +1241,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>20220330.224200</string>
<string>20220416.182927</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
<key>LSMinimumSystemVersion</key>

View File

@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>SNAPSHOT-20220330.224200</string>
<string>0.39.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>20220330.224200</string>
<string>20220416.182927</string>
</dict>
</plist>

View File

@ -1,5 +1,6 @@
# Next
# 0.39.0-20220416.182927
* Neovim 0.7.0 😀
* GH-922: Add an option to set font smoothing.
* GH-928: Bugfix: Files containing some special characters in their names cannot be opened.