diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad0ff31..bee8eb5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,11 +35,7 @@ jobs: target: aarch64-unknown-linux-gnu artifact_name: linux-aarch64 ffi_ext: so - - os: macos-13 - target: x86_64-apple-darwin - artifact_name: macos-x86_64 - ffi_ext: dylib - - os: macos-14 + - os: macos-15 target: aarch64-apple-darwin artifact_name: macos-aarch64 ffi_ext: dylib diff --git a/Cargo.lock b/Cargo.lock index a8ca5de..60fb046 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1302,7 +1302,7 @@ checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3" [[package]] name = "penview" -version = "0.1.1" +version = "0.2.0" dependencies = [ "anyhow", "askama", @@ -2155,7 +2155,7 @@ dependencies = [ [[package]] name = "websocket-ffi" -version = "0.1.1" +version = "0.2.0" dependencies = [ "futures-channel", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index ea49a09..13820a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ members = [ ] [workspace.package] -version = "0.1.1" +version = "0.2.0" edition = "2024" authors = ["Rahul Garg "] readme = "README.md" diff --git a/README.md b/README.md index f4eed82..8248308 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # penview.nvim +![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/vihu/penview.nvim/rust.yml) +![GitHub Release](https://img.shields.io/github/v/release/vihu/penview.nvim) + Real-time Markdown preview for Neovim with GitHub Flavored Markdown styling. ## Features