Skip to content

Commit 533bc8f

Browse files
committed
Release v0.10.2
1 parent 96cd67d commit 533bc8f

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 0.10.2
4+
5+
### Changed
6+
7+
- Upgraded OXC toolchain to 0.12.0 (OXC Rust crates 0.117 → 0.129: 12 releases of parser, transformer, minifier, codegen, formatter, and linter improvements).
8+
- Upgraded Tailwind CSS Oxide scanner to v4.2.4 (was v4.1.8).
9+
- Upgraded QuickBEAM to 0.10.9.
10+
- Upgraded Reach to 2.0.
11+
- Bumped 9 other dependencies to latest versions.
12+
313
## 0.10.1
414

515
### Added

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Volt.MixProject do
22
use Mix.Project
33

4-
@version "0.10.1"
4+
@version "0.10.2"
55
@source_url "https://github.com/elixir-volt/volt"
66

77
def project do

0 commit comments

Comments
 (0)