From 7c00c81338fd792bb5f307f84070f28ca4f94d34 Mon Sep 17 00:00:00 2001 From: ruby-automation <171511148+ruby-automation@users.noreply.github.com> Date: Fri, 21 Aug 2026 08:47:51 -0400 Subject: [PATCH] chore(main): release 2.1.0 --- .release-please-manifest.json | 2 +- .version.txt | 2 +- CHANGELOG.md | 7 +++++++ Readme.adoc | 2 +- app/mix.exs | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 47fb725..969d3db 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.2" + ".": "2.1.0" } diff --git a/.version.txt b/.version.txt index e9307ca..7ec1d6d 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -2.0.2 +2.1.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index cb0ab6e..3c31e88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.0](https://github.com/rubyists/linear-cli/compare/v2.0.2...v2.1.0) (2026-08-21) + + +### Features + +* add syntax highlighting to markdown renderer ([#172](https://github.com/rubyists/linear-cli/issues/172)) ([8640ebc](https://github.com/rubyists/linear-cli/commit/8640ebc62d288ba71295783003c5ed76580467ab)) + ## [2.0.2](https://github.com/rubyists/linear-cli/compare/v2.0.1...v2.0.2) (2026-08-21) diff --git a/Readme.adoc b/Readme.adoc index 3fc615e..ffeb552 100644 --- a/Readme.adoc +++ b/Readme.adoc @@ -18,7 +18,7 @@ endif::[] :image-major-tag: v2 // x-release-please-end // x-release-please-start-version -:image-pin-example: v2.0.2 +:image-pin-example: v2.1.0 // x-release-please-end A command line interface to https://linear.app - list, take, create, develop, diff --git a/app/mix.exs b/app/mix.exs index 30b995b..a6152e3 100644 --- a/app/mix.exs +++ b/app/mix.exs @@ -7,7 +7,7 @@ defmodule LinearCli.MixProject do [ app: :linear_cli, # x-release-please-start-version - version: "2.0.2", + version: "2.1.0", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,