Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
ci: remove windows-ia32 and bump to v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Enter-tainer committed Mar 18, 2024
1 parent fad7eaa commit f49a69a
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ jobs:
rust-target: x86_64-pc-windows-msvc
platform: win32
arch: x64
- os: windows-latest
rust-target: i686-pc-windows-msvc
platform: win32
arch: ia32
- os: windows-latest
rust-target: aarch64-pc-windows-msvc
platform: win32
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "typst-preview"
description = "A previewer for the Typst typesetting system."
license = "MIT"
repository = "https://github.com/Enter-tainer/typst-preview"
version = "0.11.0"
version = "0.11.1"
authors = ["The Typst Project Developers"]
edition = "2021"
build = "build.rs"
Expand Down
5 changes: 5 additions & 0 deletions addons/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to the "typst-preview" extension will be documented in this

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## v0.11.1 - [2024-03-18]

- Fix:
- remove windows-ia32. It is not supported by vscode anymore.

## v0.11.0 - [2024-03-18]

- Features:
Expand Down
5 changes: 5 additions & 0 deletions addons/vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ This project is not affiliated with, created by, or endorsed by Typst the brand.

## Release Notes

### v0.11.1 - [2024-03-18]

- Fix:
- remove windows-ia32. It is not supported by vscode anymore.

### v0.11.0 - [2024-03-18]

- Features:
Expand Down
2 changes: 1 addition & 1 deletion addons/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "git",
"url": "https://github.com/Enter-tainer/typst-preview"
},
"version": "0.11.0",
"version": "0.11.1",
"engines": {
"vscode": "^1.77.0"
},
Expand Down

0 comments on commit f49a69a

Please sign in to comment.