Skip to content

Commit 1feb0b3

Browse files
committed
v0.2.0
1 parent 32b784a commit 1feb0b3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## [Unreleased]
22

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+
39
## [0.1.0] - 2022-12-26
410

511
- Initial release

lib/data_plane_api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module DataPlaneApi
4-
VERSION = '0.1.2'
4+
VERSION = '0.2.0'
55
end

0 commit comments

Comments
 (0)