Skip to content

Commit

Permalink
v0.1.39
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-xu committed Jun 1, 2024
1 parent 9191331 commit ebf1c10
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.1.39 (2024-06-01)
[Browse the Repository](https://github.com/cocoa-xu/evision/tree/v0.1.39) | [Released Assets](https://github.com/cocoa-xu/evision/releases/tag/v0.1.39)

### Changes
- Validate allowed keyword arguments.
- List all allowed keyword arguments in the function specs.

## v0.1.38 (2024-03-30)
[Browse the Repository](https://github.com/cocoa-xu/evision/tree/v0.1.38) | [Released Assets](https://github.com/cocoa-xu/evision/releases/tag/v0.1.38)

Expand Down
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 Evision.MixProject.Metadata do
@moduledoc false

def app, do: :evision
def version, do: "0.1.38"
def version, do: "0.1.39"
def github_url, do: "https://github.com/cocoa-xu/evision"
def opencv_version, do: "4.9.0"
# only means compatible. need to write more tests
Expand Down

0 comments on commit ebf1c10

Please sign in to comment.