Skip to content

Commit

Permalink
chore(main): release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and carlosmmatos committed Aug 6, 2023
1 parent 57f5db4 commit 4a21527
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .openapi-generator/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ additionalProperties:
gemSummary: "CrowdStrike Falcon"
gemLicense: "MIT License"
gemHomepage: "https://github.com/CrowdStrike/crimson-falcon"
gemVersion: "0.2.1" # x-release-please-version
gemVersion: "0.3.0" # x-release-please-version
gemName: "crimson-falcon"
moduleName: "Falcon"
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.0](https://github.com/CrowdStrike/crimson-falcon/compare/v0.2.1...v0.3.0) (2023-08-05)


### Features

* **sdk:** swagger updates for 2023-08-03 release ([#24](https://github.com/CrowdStrike/crimson-falcon/issues/24)) ([e86ebf9](https://github.com/CrowdStrike/crimson-falcon/commit/e86ebf99d7a11a9fd7ab4c4b1caad0d5b2ef9b6c))

## [0.2.1](https://github.com/CrowdStrike/crimson-falcon/compare/v0.2.0...v0.2.1) (2023-07-20)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ gem install crimson-falcon
Add this to the Gemfile:
<!-- x-release-please-start-version -->
```ruby
gem 'crimson-falcon', '~> 0.2.1'
gem 'crimson-falcon', '~> 0.3.0'
```
<!-- x-release-please-end -->
### From Source to Gem: Building the Ruby Code
Expand All @@ -44,13 +44,13 @@ gem build crimson-falcon.gemspec
Then install the gem locally:
<!-- x-release-please-start-version -->
```shell
gem install ./crimson-falcon-0.2.1.gem
gem install ./crimson-falcon-0.3.0.gem
```
<!-- x-release-please-end -->
Finally, add this to the Gemfile:
<!-- x-release-please-start-version -->
```ruby
gem 'crimson-falcon', '~> 0.2.1'
gem 'crimson-falcon', '~> 0.3.0'
```
<!-- x-release-please-end -->
### Install from Git
Expand Down
2 changes: 1 addition & 1 deletion lib/crimson-falcon/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
=end

module Falcon
VERSION = '0.2.1'.freeze
VERSION = '0.3.0'.freeze
end

0 comments on commit 4a21527

Please sign in to comment.