Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rhannequin authored Dec 10, 2024
1 parent fbcf5fe commit 70089a4
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 2 deletions.
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,51 @@
# Changelog

## 0.6.0 - 2024-12-10

_If you are upgrading: please see [UPGRADING.md]._

[UPGRADING.md]: https://github.com/rhannequin/astronoby/blob/main/UPGRADING.md

### Bug fixes

* Fix `ObservationEvents` infinite loop in ([#110])
* Fix observation events times with local time dates in ([#105])
* Fix `IncompatibleArgumentsError` on Moon's observation events in ([#111])

### Features

* Add `Astronoby::Moon#current_phase_fraction` in ([#115])
* Add sources and results for comparison in ([#114])

### Improvements

* Bump standard from 1.36.0 to 1.39.2 by @dependabot in ([#95])
* Bump standard from 1.39.2 to 1.40.0 by @dependabot in ([#96])
* Bump dependencies in ([#100])
* Move dependencies to development ones in ([#99])
* Bump standard from 1.40.0 to 1.41.1 by @dependabot in ([#104])
* Bump standard from 1.41.1 to 1.42.0 by @dependabot in ([#107])
* Bump standard from 1.42.0 to 1.42.1 by @dependabot in ([#108])
* Bump dependencies in ([#116])
* Add supported Ruby versions in ([#117])

**Full Changelog**: https://github.com/rhannequin/astronoby/compare/v0.5.0...v0.6.0

[#95]: https://github\.com/rhannequin/astronoby/pull/95
[#96]: https://github\.com/rhannequin/astronoby/pull/96
[#99]: https://github\.com/rhannequin/astronoby/pull/99
[#100]: https://github\.com/rhannequin/astronoby/pull/100
[#104]: https://github\.com/rhannequin/astronoby/pull/104
[#105]: https://github\.com/rhannequin/astronoby/pull/105
[#107]: https://github\.com/rhannequin/astronoby/pull/107
[#108]: https://github\.com/rhannequin/astronoby/pull/108
[#110]: https://github\.com/rhannequin/astronoby/pull/110
[#111]: https://github\.com/rhannequin/astronoby/pull/111
[#114]: https://github\.com/rhannequin/astronoby/pull/114
[#115]: https://github\.com/rhannequin/astronoby/pull/115
[#116]: https://github\.com/rhannequin/astronoby/pull/116
[#117]: https://github\.com/rhannequin/astronoby/pull/117

## 0.5.0 - 2024-06-11

_If you are upgrading: please see [UPGRADING.md]._
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
astronoby (0.5.0)
astronoby (0.6.0)
matrix (~> 0.4.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/astronoby/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Astronoby
VERSION = "0.5.0"
VERSION = "0.6.0"
end

0 comments on commit 70089a4

Please sign in to comment.