Skip to content

Commit 7a00a4c

Browse files
committed
Release v0.10.1
1 parent bdaa418 commit 7a00a4c

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

CHANGELOG.md

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

3+
4+
## 0.10.1
5+
6+
- Allow oxc ~> 0.8 (adds OXC.Lint support)
37
## 0.10.0
48

59
### Added

checksum-QuickBEAM.Native.exs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
2-
{"Elixir.QuickBEAM.Native-v0.10.0-x86_64-linux-gnu.so.tar.gz",
3-
"sha256:06879804d68a026bd59ca747372da5586c18430299f8ed722abd82626f3f5021"},
4-
{"Elixir.QuickBEAM.Native-v0.10.0-aarch64-macos-none.so.tar.gz",
5-
"sha256:04b308b541913906f6eb47054e333c328c656e6a4c2268c92007338b12cef6fc"}
2+
{"Elixir.QuickBEAM.Native-v0.10.1-x86_64-linux-gnu.so.tar.gz",
3+
"sha256:placeholder"},
4+
{"Elixir.QuickBEAM.Native-v0.10.1-aarch64-macos-none.so.tar.gz",
5+
"sha256:placeholder"}
66
]

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule QuickBEAM.MixProject do
22
use Mix.Project
33

4-
@version "0.10.0"
4+
@version "0.10.1"
55

66
@source_url "https://github.com/elixir-volt/quickbeam"
77

@@ -69,7 +69,7 @@ defmodule QuickBEAM.MixProject do
6969
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
7070
{:ex_dna, "~> 1.1", only: [:dev, :test], runtime: false},
7171
{:ex_slop, "~> 0.2", only: [:dev, :test], runtime: false},
72-
{:oxc, "~> 0.7.0"},
72+
{:oxc, "~> 0.7 or ~> 0.8"},
7373
{:npm, "~> 0.5.2"},
7474
{:mint_web_socket, "~> 1.0"},
7575
{:nimble_pool, "~> 1.1"},

0 commit comments

Comments
 (0)