From 56f73366aa20628bd28d2d920d136605f9c632e5 Mon Sep 17 00:00:00 2001 From: Stuart Page <38261603+stuartjohnpage@users.noreply.github.com> Date: Thu, 18 Apr 2024 10:47:55 -0500 Subject: [PATCH] release 0.3.0 (#20) --- .vscode/launch.json | 2 +- README.md | 2 +- SECURITY.md | 1 + mix.exs | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 5aa8c33..9d3b227 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,5 +1,5 @@ { - "version": "0.2.0", + "version": "0.3.0", "inputs": [ // This input allows us to prompt the VSCode user for arguments when we run a debug configuration. { diff --git a/README.md b/README.md index f78b08e..f3beb9d 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Add TextChunker to your mix.exs: ```elixir def deps do [ - {:text_chunker, "~> 0.2.0"} + {:text_chunker, "~> 0.3.0"} ] end ``` diff --git a/SECURITY.md b/SECURITY.md index a10be7b..ce7a22d 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,6 +4,7 @@ | Version | Supported | | ------- | ------------------ | +| 0.3.0 | :white_check_mark: | | 0.2.0 | :white_check_mark: | | 0.1.2 | :white_check_mark: | | 0.1.1 | :white_check_mark: | diff --git a/mix.exs b/mix.exs index 58e9181..a03244c 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.2.0" + @version "0.3.0" def project do [