Skip to content

Commit

Permalink
Merge pull request #376 from 3scale/release-v1.0.0
Browse files Browse the repository at this point in the history
release v1.0.0
  • Loading branch information
eguzki committed Jul 24, 2023
2 parents fdd0c69 + 9137ce8 commit 5457357
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 29 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.0.0]

### Added
- Support for Ruby 3 [#363](https://github.com/3scale/3scale_toolbox/pull/363)
- OpenAPI support for multiple flows in oauth [#368](https://github.com/3scale/3scale_toolbox/pull/368)

### Fixed
- Apply application command: only set app key type depending on backend_version [#361](https://github.com/3scale/3scale_toolbox/pull/361)

### Changed
- Upgrade internal dependencies [#351](https://github.com/3scale/3scale_toolbox/pull/351) [#353](https://github.com/3scale/3scale_toolbox/pull/353) [#354](https://github.com/3scale/3scale_toolbox/pull/354) [#359](https://github.com/3scale/3scale_toolbox/pull/359) [#360](https://github.com/3scale/3scale_toolbox/pull/360)
- Upgrade internal dependencies [#351](https://github.com/3scale/3scale_toolbox/pull/351) [#353](https://github.com/3scale/3scale_toolbox/pull/353) [#354](https://github.com/3scale/3scale_toolbox/pull/354) [#359](https://github.com/3scale/3scale_toolbox/pull/359) [#360](https://github.com/3scale/3scale_toolbox/pull/360) [#365](https://github.com/3scale/3scale_toolbox/pull/365) [#366](https://github.com/3scale/3scale_toolbox/pull/366) [#367](https://github.com/3scale/3scale_toolbox/pull/367)

## [0.20.0]

Expand Down Expand Up @@ -325,7 +331,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- `3scale copy service` command to copy a service
including its metrics, methods, application plans and their usage limits

[Unreleased]: https://github.com/3scale/3scale_toolbox/compare/v0.20.0...HEAD
[Unreleased]: https://github.com/3scale/3scale_toolbox/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/3scale/3scale_toolbox/releases/tag/v1.0.0
[0.20.0]: https://github.com/3scale/3scale_toolbox/releases/tag/v0.20.0
[0.19.3]: https://github.com/3scale/3scale_toolbox/releases/tag/v0.19.3
[0.19.2]: https://github.com/3scale/3scale_toolbox/releases/tag/v0.19.2
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
3scale_toolbox (0.20.0)
3scale_toolbox (1.0.0)
3scale-api (~> 1.6)
activesupport (>= 6, < 8)
cri (~> 2.15)
Expand All @@ -12,7 +12,7 @@ GEM
remote: https://rubygems.org/
specs:
3scale-api (1.6.0)
activesupport (7.0.4.3)
activesupport (7.0.6)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -34,7 +34,7 @@ GEM
hansi (0.2.1)
hash-deep-merge (0.1.1)
hashdiff (1.0.1)
i18n (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json-schema (2.8.1)
addressable (>= 2.4)
Expand All @@ -46,15 +46,15 @@ GEM
with_env (= 1.1.0)
xml-simple (~> 1.1.9)
method_source (1.0.0)
mini_portile2 (2.8.1)
minitest (5.18.0)
mini_portile2 (2.8.4)
minitest (5.18.1)
mustermann (1.1.2)
ruby2_keywords (~> 0.0.1)
mustermann-contrib (1.1.2)
hansi (~> 0.2.0)
mustermann (= 1.1.2)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
nokogiri (1.15.3)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
oas_parser (0.25.4)
activesupport (>= 4.0.0)
Expand All @@ -68,7 +68,7 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.1)
racc (1.6.2)
racc (1.7.1)
rake (13.0.6)
rexml (3.2.5)
rspec (3.12.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/3scale_toolbox/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ThreeScaleToolbox
VERSION = '0.20.0'
VERSION = '1.0.0'
end
36 changes: 18 additions & 18 deletions licenses.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</dependency>
<dependency>
<packageName>3scale_toolbox</packageName>
<version>0.20.0</version>
<version>1.0.0</version>
<licenses>
<license>
<name>MIT</name>
Expand All @@ -23,7 +23,7 @@
</dependency>
<dependency>
<packageName>activesupport</packageName>
<version>6.1.7</version>
<version>7.0.6</version>
<licenses>
<license>
<name>MIT</name>
Expand Down Expand Up @@ -83,7 +83,7 @@
</dependency>
<dependency>
<packageName>concurrent-ruby</packageName>
<version>1.1.10</version>
<version>1.2.2</version>
<licenses>
<license>
<name>MIT</name>
Expand Down Expand Up @@ -191,7 +191,7 @@
</dependency>
<dependency>
<packageName>i18n</packageName>
<version>1.12.0</version>
<version>1.14.1</version>
<licenses>
<license>
<name>MIT</name>
Expand Down Expand Up @@ -228,10 +228,20 @@
<url>http://opensource.org/licenses/mit-license</url>
</license>
</licenses>
</dependency>
<dependency>
<packageName>mini_portile2</packageName>
<version>2.8.4</version>
<licenses>
<license>
<name>MIT</name>
<url>http://opensource.org/licenses/mit-license</url>
</license>
</licenses>
</dependency>
<dependency>
<packageName>minitest</packageName>
<version>5.17.0</version>
<version>5.18.1</version>
<licenses>
<license>
<name>MIT</name>
Expand Down Expand Up @@ -261,7 +271,7 @@
</dependency>
<dependency>
<packageName>nokogiri</packageName>
<version>1.14.0</version>
<version>1.15.3</version>
<licenses>
<license>
<name>MIT</name>
Expand Down Expand Up @@ -301,7 +311,7 @@
</dependency>
<dependency>
<packageName>racc</packageName>
<version>1.6.2</version>
<version>1.7.1</version>
<licenses>
<license>
<name>Simplified BSD</name>
Expand Down Expand Up @@ -459,7 +469,7 @@
</dependency>
<dependency>
<packageName>tzinfo</packageName>
<version>2.0.5</version>
<version>2.0.6</version>
<licenses>
<license>
<name>MIT</name>
Expand Down Expand Up @@ -496,16 +506,6 @@
<url>http://opensource.org/licenses/mit-license</url>
</license>
</licenses>
</dependency>
<dependency>
<packageName>zeitwerk</packageName>
<version>2.6.6</version>
<licenses>
<license>
<name>MIT</name>
<url>http://opensource.org/licenses/mit-license</url>
</license>
</licenses>
</dependency>
</dependencies>
</licenseSummary>

0 comments on commit 5457357

Please sign in to comment.