Skip to content

Commit

Permalink
Merge pull request #28 from johnnypaper/update-for-1.0.1
Browse files Browse the repository at this point in the history
Update patch version after yank and update Changelog
  • Loading branch information
johnnypaper authored Jan 25, 2024
2 parents b163939 + f5ade8e commit 6ed9ac4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ruby Technical Analysis

## 1.0.0 (Unreleased)
## 1.0.2 (2024-01-24)

### Breaking Changes
- Previously an indicator was called on an array, e.g. `[0,1,2,3].mean`
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ruby-technical-analysis (1.0.0)
ruby-technical-analysis (1.0.2)

GEM
remote: https://rubygems.org/
Expand Down
6 changes: 3 additions & 3 deletions ruby-technical-analysis.gemspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Gem::Specification.new do |spec|
spec.name = "ruby-technical-analysis"
spec.version = "1.0.0"
spec.version = "1.0.2"
spec.authors = ["Brad Saterfiel"]
spec.email = ["brad.saterfiel@gmail.com"]
spec.description = "Technical analysis toolkit for stocks, commodities, and other time series written in Ruby."
spec.summary = "Technical analysis toolkit for stocks, commodities, and other time series written in Ruby."
spec.description = "Ruby technical analysis toolkit for stocks, commodities, and other time series."
spec.summary = "Ruby technical analysis toolkit for stocks, commodities, and other time series."
spec.homepage = "https://github.com/johnnypaper/ruby-technical-analysis"
spec.license = "MIT"
spec.required_ruby_version = ">= 3.0"
Expand Down

0 comments on commit 6ed9ac4

Please sign in to comment.