Skip to content

Commit 2e46882

Browse files
authored
v0.4.1 (#43)
## [0.4.1] - 2025-08-03 ### Improvements * Exclude BSP files from release ([#42]) [#42]: #42 **Full Changelog**: v0.4.0...v0.4.1
1 parent 152a291 commit 2e46882

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

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+
313
## [0.4.0] - 2025-06-09
414

515
### Improvements

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.4.0)
4+
ephem (0.4.1)
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.4.0"
4+
VERSION = "0.4.1"
55
end

0 commit comments

Comments
 (0)