Skip to content

Commit 17a7270

Browse files
committed
Release version 0.3.0: Enhance documentation and testing infrastructure
- Add auto-generated YARD documentation - Implement GitHub Actions PR Agent workflow - Add cross-platform test support (Ubuntu, macOS, Windows) - Optimize function documentation generator - Improve error handling and validation - Update development dependencies - Fix prices handling in multiple technical analysis functions - Update version across project files
1 parent 24b18fe commit 17a7270

6 files changed

Lines changed: 138 additions & 107 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.3.0] - 2025-02-23
9+
10+
### Added
11+
- Auto-generated YARD documentation
12+
- GitHub Actions PR Agent workflow
13+
- Cross-platform test support (Ubuntu, macOS, Windows)
14+
15+
### Changed
16+
- Optimized function documentation generator
17+
- Improved error handling and validation
18+
- Updated development dependencies
19+
20+
### Fixed
21+
- Fixed prices handling in multiple technical analysis functions
22+
823
## [0.2.0] - 2025-01-21
924

1025
### Added
@@ -39,5 +54,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3954
### Security
4055
- N/A
4156

57+
[0.3.0]: https://github.com/TA-Lib/ta-lib-ruby/compare/v0.2.0...v0.3.0
4258
[0.2.0]: https://github.com/TA-Lib/ta-lib-ruby/compare/v0.1.0...v0.2.0
4359
[0.1.0]: https://github.com/TA-Lib/ta-lib-ruby/releases/tag/v0.1.0

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
ta_lib_ffi (0.2.0)
4+
ta_lib_ffi (0.3.0)
55
fiddle (~> 1.1)
66

77
GEM

0 commit comments

Comments
 (0)