Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tynanbe committed Dec 22, 2023
1 parent 33d715d commit f9a7f23
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 1.0.0 - 2023-12-22

- Argamak now requires Gleam v0.33 or later.
- The `tensor` module's `concat` function now returns an `AxisNotFound` error
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $ gleam add argamak
```elixir
defp deps do
[
{:argamak, "~> 0.4"},
{:argamak, "~> 1.0"},
]
end
```
Expand All @@ -43,7 +43,7 @@ end

```erlang
{deps, [
{argamak, "0.4.0"}
{argamak, "1.0.0"}
]}.
```

Expand Down
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "argamak"
version = "1.0.0-dev"
version = "1.0.0"
description = "A tensor library for the Gleam programming language"
licences = ["Apache-2.0"]
gleam = ">= 0.33.0"
Expand Down

0 comments on commit f9a7f23

Please sign in to comment.