Skip to content

Commit 284f215

Browse files
committed
Bump version to 0.2.0
1 parent ef8c5ec commit 284f215

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.2.0] - 2024-01-21
2+
3+
- New Ruby interface: Pf2.start, Pf2.stop, Pf2.profile
4+
- Introduce the concepts of Schedulers
5+
- Implement SignalScheduler and TimerThreadScheduler
6+
- Rewritten many components
7+
18
## [0.1.0] - 2023-10-04
29

310
- Initial release

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-
pf2 (0.1.0)
4+
pf2 (0.2.0)
55
rake-compiler
66
rb_sys (~> 0.9.63)
77

lib/pf2/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Pf2
2-
VERSION = '0.1.0'
2+
VERSION = '0.2.0'
33
end

0 commit comments

Comments
 (0)