Skip to content

Commit 78cb61e

Browse files
authored
Bump version to 0.2.0 (#19)
## [0.2.0] - 2025-03-28 ### Features * Simplify download ([#12]) * SPK excerpt generator ([#13]) * Improve documentation on excerpts ([#16]) * IMCCE INPOP support ([#20]) ### Improvements * Add Dependabot ([#6]) * Replace testing kernel ([#17]) * Add `irb` to dev dependencies ([#14]) * Add support for Rubies `3.2.7` and `3.4.2` ([#15]) * Bump csv from 3.3.0 to 3.3.2 by @dependabot ([#7]) * Bump standard from 1.43.0 to 1.44.0 by @dependabot ([#8]) * Bump standard from 1.44.0 to 1.45.0 by @dependabot ([#9]) * Bump csv from 3.3.2 to 3.3.3 by @dependabot ([#11]) * Bump standard from 1.45.0 to 1.47.0 by @dependabot ([#10]) * Bump json from 2.10.1 to 2.10.2 by @dependabot ([#18]) [#6]: #6 [#7]: #7 [#8]: #8 [#9]: #9 [#10]: #10 [#11]: #11 [#12]: #12 [#13]: #13 [#14]: #14 [#15]: #15 [#16]: #16 [#17]: #17 [#18]: #18 [#20]: #20 ### New Contributors * @dependabot made their first contribution in [#7] **Full Changelog**: v0.1.0...v0.2.0
1 parent edd3cf8 commit 78cb61e

3 files changed

Lines changed: 46 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,47 @@
1-
## [Unreleased]
1+
# Changelog
2+
3+
## [0.2.0] - 2025-03-28
4+
5+
### Features
6+
7+
* Simplify download ([#12])
8+
* SPK excerpt generator ([#13])
9+
* Improve documentation on excerpts ([#16])
10+
* IMCCE INPOP support ([#20])
11+
12+
### Improvements
13+
14+
* Add Dependabot ([#6])
15+
* Replace testing kernel ([#17])
16+
* Add `irb` to dev dependencies ([#14])
17+
* Add support for Rubies `3.2.7` and `3.4.2` ([#15])
18+
* Bump csv from 3.3.0 to 3.3.2 by @dependabot ([#7])
19+
* Bump standard from 1.43.0 to 1.44.0 by @dependabot ([#8])
20+
* Bump standard from 1.44.0 to 1.45.0 by @dependabot ([#9])
21+
* Bump csv from 3.3.2 to 3.3.3 by @dependabot ([#11])
22+
* Bump standard from 1.45.0 to 1.47.0 by @dependabot ([#10])
23+
* Bump json from 2.10.1 to 2.10.2 by @dependabot ([#18])
24+
25+
### New Contributors
26+
27+
* @dependabot made their first contribution in [#7]
28+
29+
**Full Changelog**: https://github.com/rhannequin/ruby-ephem/compare/v0.1.0...v0.2.0
30+
31+
[#6]: https://github.com/rhannequin/ruby-ephem/pull/6
32+
[#7]: https://github.com/rhannequin/ruby-ephem/pull/7
33+
[#8]: https://github.com/rhannequin/ruby-ephem/pull/8
34+
[#9]: https://github.com/rhannequin/ruby-ephem/pull/9
35+
[#10]: https://github.com/rhannequin/ruby-ephem/pull/10
36+
[#11]: https://github.com/rhannequin/ruby-ephem/pull/11
37+
[#12]: https://github.com/rhannequin/ruby-ephem/pull/12
38+
[#13]: https://github.com/rhannequin/ruby-ephem/pull/13
39+
[#14]: https://github.com/rhannequin/ruby-ephem/pull/14
40+
[#15]: https://github.com/rhannequin/ruby-ephem/pull/15
41+
[#16]: https://github.com/rhannequin/ruby-ephem/pull/16
42+
[#17]: https://github.com/rhannequin/ruby-ephem/pull/17
43+
[#18]: https://github.com/rhannequin/ruby-ephem/pull/18
44+
[#20]: https://github.com/rhannequin/ruby-ephem/pull/20
245

346
## [0.1.0] - 2025-01-01
447

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-
ephem (0.1.0)
4+
ephem (0.2.0)
55
minitar (~> 0.12)
66
numo-narray (~> 0.9.2.1)
77
zlib (~> 3.2)

lib/ephem/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 Ephem
4-
VERSION = "0.1.0"
4+
VERSION = "0.2.0"
55
end

0 commit comments

Comments
 (0)