From b2aa443b0929725d7a92c358e7b1924a41b7f507 Mon Sep 17 00:00:00 2001 From: Tae Won Ha Date: Tue, 28 Jun 2022 21:40:06 +0200 Subject: [PATCH 1/3] Revert "Update appcast" This reverts commit 059d6f84d0a732b50859c37ac97a046aa64f0f02. --- appcast.xml | 16 ++++++++-------- appcast_snapshot.xml | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/appcast.xml b/appcast.xml index c3176059..ea72a926 100644 --- a/appcast.xml +++ b/appcast.xml @@ -6,22 +6,22 @@ Most recent changes with links to updates for VimR. en - v0.41.1-20220628.205401 + v0.41.0-20220626.182832 https://twitter.com/vimrefined - 20220628.205401 - v0.41.1 + 20220626.182832 + v0.41.0 -
  • Bugfix: Sometimes macOS returns a weird locale, e.g., en_DE.UTF-8, which Neovim does not understand.
  • +
  • Neovim 0.7.2 😀
  • ]]>
    - https://github.com/qvacua/vimr/releases/tag/v0.41.1-20220628.205401 + https://github.com/qvacua/vimr/releases/tag/v0.41.0-20220626.182832 - 2022-06-28T21:02:41.775822 + 2022-06-26T18:52:31.247376 10.13.0 -
    diff --git a/appcast_snapshot.xml b/appcast_snapshot.xml index c3176059..ea72a926 100644 --- a/appcast_snapshot.xml +++ b/appcast_snapshot.xml @@ -6,22 +6,22 @@ Most recent changes with links to updates for VimR. en - v0.41.1-20220628.205401 + v0.41.0-20220626.182832 https://twitter.com/vimrefined - 20220628.205401 - v0.41.1 + 20220626.182832 + v0.41.0 -
  • Bugfix: Sometimes macOS returns a weird locale, e.g., en_DE.UTF-8, which Neovim does not understand.
  • +
  • Neovim 0.7.2 😀
  • ]]>
    - https://github.com/qvacua/vimr/releases/tag/v0.41.1-20220628.205401 + https://github.com/qvacua/vimr/releases/tag/v0.41.0-20220626.182832 - 2022-06-28T21:02:41.775822 + 2022-06-26T18:52:31.247376 10.13.0 -
    From faaf24ab662e397de484e67003a76b68494e7395 Mon Sep 17 00:00:00 2001 From: Tae Won Ha Date: Tue, 28 Jun 2022 22:09:58 +0200 Subject: [PATCH 2/3] Bump version --- VimR/VimR.xcodeproj/project.pbxproj | 8 ++++---- VimR/VimR/Info.plist | 4 ++-- VimR/VimRTests/Info.plist | 4 ++-- resources/release-notes.md | 6 +++++- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/VimR/VimR.xcodeproj/project.pbxproj b/VimR/VimR.xcodeproj/project.pbxproj index 0c5abfac..988532f3 100644 --- a/VimR/VimR.xcodeproj/project.pbxproj +++ b/VimR/VimR.xcodeproj/project.pbxproj @@ -1127,7 +1127,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "-"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 20220628.205401; + CURRENT_PROJECT_VERSION = 20220628.220813; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -1188,7 +1188,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "-"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 20220628.205401; + CURRENT_PROJECT_VERSION = 20220628.220813; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -1217,7 +1217,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 20220628.205401; + CURRENT_PROJECT_VERSION = 20220628.220813; DEFINES_MODULE = YES; IBC_MODULE = VimR; INFOPLIST_FILE = VimR/Info.plist; @@ -1239,7 +1239,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 20220628.205401; + CURRENT_PROJECT_VERSION = 20220628.220813; DEFINES_MODULE = YES; IBC_MODULE = VimR; INFOPLIST_FILE = VimR/Info.plist; diff --git a/VimR/VimR/Info.plist b/VimR/VimR/Info.plist index e9928b58..41a3d267 100644 --- a/VimR/VimR/Info.plist +++ b/VimR/VimR/Info.plist @@ -1224,7 +1224,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.41.1 + 0.41.2 CFBundleSignature ???? CFBundleURLTypes @@ -1241,7 +1241,7 @@ CFBundleVersion - 20220628.205401 + 20220628.220813 LSApplicationCategoryType public.app-category.productivity LSMinimumSystemVersion diff --git a/VimR/VimRTests/Info.plist b/VimR/VimRTests/Info.plist index 379ef9da..c9f5c26e 100644 --- a/VimR/VimRTests/Info.plist +++ b/VimR/VimRTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.41.1 + 0.41.2 CFBundleSignature ???? CFBundleVersion - 20220628.205401 + 20220628.220813 diff --git a/resources/release-notes.md b/resources/release-notes.md index 5cc038c1..3c9ae570 100644 --- a/resources/release-notes.md +++ b/resources/release-notes.md @@ -2,10 +2,14 @@ * ... -# 0.41.1-20220628.205401 +# 0.41.2-20220628.220813 * Bugfix: Sometimes macOS returns a weird locale, e.g., `en_DE.UTF-8`, which Neovim does not understand. +# 0.41.1-20220628.205401 + +* Skipping the version + # 0.41.0-20220626.182832 * Neovim 0.7.2 😀 From c9fa7eaeb6bf5f313dca608e78edfba0255aaf50 Mon Sep 17 00:00:00 2001 From: Tae Won Ha Date: Tue, 28 Jun 2022 22:23:35 +0200 Subject: [PATCH 3/3] Update appcast --- appcast.xml | 16 ++++++++-------- appcast_snapshot.xml | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/appcast.xml b/appcast.xml index ea72a926..56d1ea37 100644 --- a/appcast.xml +++ b/appcast.xml @@ -6,22 +6,22 @@ Most recent changes with links to updates for VimR. en - v0.41.0-20220626.182832 + v0.41.2-20220628.220813 https://twitter.com/vimrefined - 20220626.182832 - v0.41.0 + 20220628.220813 + v0.41.2 -
  • Neovim 0.7.2 😀
  • +
  • Bugfix: Sometimes macOS returns a weird locale, e.g., en_DE.UTF-8, which Neovim does not understand.
  • ]]>
    - https://github.com/qvacua/vimr/releases/tag/v0.41.0-20220626.182832 + https://github.com/qvacua/vimr/releases/tag/v0.41.2-20220628.220813 - 2022-06-26T18:52:31.247376 + 2022-06-28T22:18:04.371001 10.13.0 -
    diff --git a/appcast_snapshot.xml b/appcast_snapshot.xml index ea72a926..56d1ea37 100644 --- a/appcast_snapshot.xml +++ b/appcast_snapshot.xml @@ -6,22 +6,22 @@ Most recent changes with links to updates for VimR. en - v0.41.0-20220626.182832 + v0.41.2-20220628.220813 https://twitter.com/vimrefined - 20220626.182832 - v0.41.0 + 20220628.220813 + v0.41.2 -
  • Neovim 0.7.2 😀
  • +
  • Bugfix: Sometimes macOS returns a weird locale, e.g., en_DE.UTF-8, which Neovim does not understand.
  • ]]>
    - https://github.com/qvacua/vimr/releases/tag/v0.41.0-20220626.182832 + https://github.com/qvacua/vimr/releases/tag/v0.41.2-20220628.220813 - 2022-06-26T18:52:31.247376 + 2022-06-28T22:18:04.371001 10.13.0 -