Skip to content

Commit

Permalink
v0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-xu committed Mar 17, 2024
1 parent c69768e commit 2f6cd81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule StbImage.MixProject do
use Mix.Project

@app :stb_image
@version "0.6.8-dev"
@version "0.6.8"
@github_url "https://github.com/elixir-nx/stb_image"

def project do
Expand Down
1 change: 1 addition & 0 deletions test/stb_image_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ defmodule StbImageTest do
assert_raise ArgumentError, "cannot decode image", fn ->
StbImage.read_file!(file)
end

assert_raise ArgumentError, "cannot decode image", fn ->
StbImage.read_binary!(binary)
end
Expand Down

0 comments on commit 2f6cd81

Please sign in to comment.