Skip to content
Merged
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
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[1.0.0]: https://hex.pm/packages/candil/1.0.0

[0.2.0]: https://github.com/Lorenzo-SF/candil/releases/tag/v0.2.0


> ## A note on history
>
Expand All @@ -75,6 +73,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
> not preserved is, by the maintainer's choice, no longer part of the
> canonical development line.
>
> Tag `v1.0.0` points to the initial open-source cut-over.
> Tag `1.0.0` points to the initial open-source cut-over.
> All versioned artifacts on Hex.pm and GitHub Releases follow this
> convention.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ defmodule Candil.MixProject do
main: "readme",
source_url: "https://github.com/Lorenzo-SF/candil",
homepage_url: "https://github.com/Lorenzo-SF/candil",
source_ref: "v0.3.0",
source_ref: "1.0.0",
extras: ["README.md", "LICENSE.md"],
groups_for_modules: [
Core: [Candil, Candil.Llm, Candil.Error, Candil.Cost],
Expand Down
Loading