We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b784a commit 1feb0b3Copy full SHA for 1feb0b3
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## [Unreleased]
2
3
+## [0.2.0] - 2025-04-10
4
+
5
+### Added
6
+- Rewrite type annotations from YARD to sorbet (inline RBS)
7
+- Add mock mode `DataPlaneApi::Configuration#mock`
8
9
## [0.1.0] - 2022-12-26
10
11
- Initial release
lib/data_plane_api/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module DataPlaneApi
- VERSION = '0.1.2'
+ VERSION = '0.2.0'
end
0 commit comments