From 992cb419afec5f022c6eb1f10949c9e5002c29fe Mon Sep 17 00:00:00 2001 From: Stuart Page <38261603+stuartjohnpage@users.noreply.github.com> Date: Thu, 23 Jan 2025 12:35:45 -0600 Subject: [PATCH] updated instructions, bumped version (#36) --- README.md | 2 +- RELEASES.md | 5 +++-- SECURITY.md | 1 + mix.exs | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9d21f67..7929c3d 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Add TextChunker to your mix.exs: ```elixir def deps do [ - {:text_chunker, "~> 0.3.1"} + {:text_chunker, "~> 0.3.2"} ] end ``` diff --git a/RELEASES.md b/RELEASES.md index 2500c64..0532d8e 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -2,9 +2,10 @@ ## Preparation - [ ] Update the package version in `mix.exs` -- [ ] Update the package version badge and installation instructions in `README.md` +- [ ] Update the installation instructions in `README.md` +- [ ] Update SECURITY.md ## Release Process - [ ] Make sure all changes in the `Preparation` section are in `main` - [ ] In GitHub, create, and publish, a new release with appropriate notes, and version matching the package version `mix.exs` -- [ ] The github actions workflow should automatically publish the package and docs to hex \ No newline at end of file +- [ ] The github actions workflow should automatically publish the package and docs to hex diff --git a/SECURITY.md b/SECURITY.md index fa58dcf..83e5538 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,6 +4,7 @@ | Version | Supported | | ------- | ------------------ | +| 0.3.2 | :white_check_mark: | | 0.3.1 | :white_check_mark: | | 0.3.0 | :white_check_mark: | | 0.2.0 | :white_check_mark: | diff --git a/mix.exs b/mix.exs index 33682d3..74b01fd 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule TextChunker.MixProject do use Mix.Project @source_url "https://github.com/revelrylabs/text_chunker_ex" - @version "0.3.1" + @version "0.3.2" def project do [