Skip to content

Commit 6f55119

Browse files
authored
chore: patch release 18.0.1 (#298)
Patch release to re-run the publish workflow with the Homebrew checksum regex fix from #297. The 18.0.0 publish workflow failed at the formula update step because it ran with the old \Q...\E regex syntax.
1 parent b939392 commit 6f55119

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 18.0.1
4+
5+
* Fixed Homebrew checksum regex matcher in publish workflow
6+
37
## 18.0.0
48

59
* Breaking: Moved `keys` commands from `projects` to `project` service. They no longer require `--project-id`, but `create-key` now requires `--key-id`

Formula/appwrite.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ class Appwrite < Formula
22
desc "Command-line tool for interacting with the Appwrite API"
33
homepage "https://appwrite.io"
44
license "BSD-3-Clause"
5-
version "18.0.0"
5+
version "18.0.1"
66

77
def self.binary_arch
88
Hardware::CPU.arm? ? "arm64" : "x64"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"homepage": "https://appwrite.io/support",
55
"description": "Appwrite is an open-source self-hosted backend server that abstracts and simplifies complex and repetitive development tasks behind a very simple REST API",
6-
"version": "18.0.0",
6+
"version": "18.0.1",
77
"license": "BSD-3-Clause",
88
"main": "dist/index.cjs",
99
"module": "dist/index.js",

0 commit comments

Comments
 (0)