We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 152a291 commit 2e46882Copy full SHA for 2e46882
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## [0.4.1] - 2025-08-03
4
+
5
+### Improvements
6
7
+* Exclude BSP files from release ([#42])
8
9
+[#42]: https://github.com/rhannequin/ruby-ephem/pull/42
10
11
+**Full Changelog**: https://github.com/rhannequin/ruby-ephem/compare/v0.4.0...v0.4.1
12
13
## [0.4.0] - 2025-06-09
14
15
### Improvements
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- ephem (0.4.0)
+ ephem (0.4.1)
minitar (~> 0.12)
numo-narray (~> 0.9.2.1)
zlib (~> 3.2)
lib/ephem/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Ephem
- VERSION = "0.4.0"
+ VERSION = "0.4.1"
end
0 commit comments