diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b7e3fc..10c64d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 > @@ -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. diff --git a/mix.exs b/mix.exs index 85e8574..f08a49e 100644 --- a/mix.exs +++ b/mix.exs @@ -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],