From 0a5f9f872631b761d58bc0eff061bb5510d4bb2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=ABma=20Bolshakov?= Date: Wed, 23 Aug 2023 23:13:19 +0200 Subject: [PATCH] Release/v0.4 (#44) * Add a note about supported Stoplight version * Bump version --- README.md | 4 ++++ stoplight-admin.gemspec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f04df02..1c2d16c 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ A simple administration interface for [stoplight][2]. Monitor the status, failures, and invocations of your stoplights. Change stoplight colors, or lock them in either red or green state. +The stoplight-admin version 0.4 and above is only compatible with Stoplight 4.1. If you have Stoplight version +below 4.0, use [stoplight-admin 0.3.6]. + ## Configuration This project is packaged as a Ruby gem so that you can easily embed it @@ -103,3 +106,4 @@ Stoplight is brought to you by [@camdez][4] and [@tfausak][5] from [6]: https://github.com/OrgSync [7]: https://badge.fury.io/rb/stoplight-admin.svg [8]: https://rubygems.org/gems/stoplight-admin +[stoplight-admin 0.3.6]: https://github.com/bolshakov/stoplight-admin/releases/tag/v0.3.6 diff --git a/stoplight-admin.gemspec b/stoplight-admin.gemspec index 1f1d741..5b1024c 100644 --- a/stoplight-admin.gemspec +++ b/stoplight-admin.gemspec @@ -3,7 +3,7 @@ $LOAD_PATH.push(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |gem| gem.name = "stoplight-admin" - gem.version = "0.3.6" + gem.version = "0.4.0" gem.summary = "A simple administration interface for Stoplight." gem.description = gem.summary gem.homepage = "https://github.com/bolshakov/stoplight-admin"