Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ expression-*.tar

/priv/plts/*.plt
/priv/plts/*.plt.hash

# Expert LS
.expert
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ by adding `expression` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:expression, "~> 2.48.0"}
{:expression, "~> 3.0.0"}
]
end
```
Expand All @@ -152,7 +152,7 @@ To publish a new release:
2. Merge the version bump to `develop` via a Pull Request
3. Go to the [GitHub Releases page](https://github.com/turnhub/expression/releases)
4. Click "Draft a new release"
5. Create a new tag matching the version (e.g., `2.48.0`)
5. Create a new tag matching the version (e.g., `3.0.0`)
6. Fill in the release notes and publish

The release workflow will verify that `mix.exs` and `README.md` versions match the release tag, then publish to Hex.pm. If versions don't match, the workflow will fail with an error message.
Expand Down
27 changes: 0 additions & 27 deletions benchmark/blocks.exs

This file was deleted.

21 changes: 0 additions & 21 deletions benchmark/expressions.exs

This file was deleted.

260 changes: 0 additions & 260 deletions lib/expression/v2.ex

This file was deleted.

Loading