Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.3](https://github.com/oxc-project/oxc-zed/compare/v0.4.2...v0.4.3) - 2026-01-10

### Added

- add languages that oxfmt supports ([#73](https://github.com/oxc-project/oxc-zed/pull/73))

### Other

- Update the readme with supported languages ([#74](https://github.com/oxc-project/oxc-zed/pull/74))
- *(deps)* update crate-ci/typos action to v1.42.0 ([#72](https://github.com/oxc-project/oxc-zed/pull/72))
- *(deps)* update dependency oxlint to v1.38.0 ([#71](https://github.com/oxc-project/oxc-zed/pull/71))
- *(deps)* update dependency oxfmt to v0.23.0 ([#70](https://github.com/oxc-project/oxc-zed/pull/70))
- Remove configuration examples from the README and link to the examples folder ([#68](https://github.com/oxc-project/oxc-zed/pull/68))
- *(deps)* update dependency oxlint to v1.37.0 ([#65](https://github.com/oxc-project/oxc-zed/pull/65))
- *(deps)* update dependency oxfmt to v0.22.0 ([#64](https://github.com/oxc-project/oxc-zed/pull/64))
- Clean up oxfmt settings configuration ([#66](https://github.com/oxc-project/oxc-zed/pull/66))
- *(deps)* update crate-ci/typos action to v1.41.0 ([#61](https://github.com/oxc-project/oxc-zed/pull/61))

## [0.4.2](https://github.com/oxc-project/oxc-zed/compare/v0.4.1...v0.4.2) - 2026-01-03

### Added
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
@@ -1,6 +1,6 @@
[package]
name = "oxc-zed"
version = "0.4.2"
version = "0.4.3"
edition = "2024"
license = "MIT"
description = "Oxc Zed Extension"
Expand Down
2 changes: 1 addition & 1 deletion extension.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id = "oxc"
name = "Oxc"
repository = "https://github.com/oxc-project/oxc-zed"
schema_version = 1
version = "0.4.2"
version = "0.4.3"

[language_servers.oxlint]
code_actions_kind = ["quickfix", "source.fixAll.oxc"]
Expand Down