Skip to content

Commit

Permalink
release: Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rhannequin committed Mar 10, 2024
1 parent 591fb76 commit 61476a2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## 0.2.0 - 2024-xx-xx

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

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

### Features

* Angle comparison (#21)
* Add `#distance` and `#angular_size` to `Astronoby::Sun` (#30)
* Add geocentric parallax `Astronoby::GeocentricParallax` (#31)
* Ability to calculate equinoxes and solstices times (#32)

### Breaking changes

* **breaking:** Accurate setting and rising times for punctual bodies (#29)

### Improvements

* Add Dependabot for Bundler and GitHub Actions (#24)
* Add bundler-audit GitHub Action (#25)
* Bump actions/checkout from 3 to 4 (#26)
* Bump standard from 1.29.0 to 1.34.0 (#27)
* Bump rspec from 3.12.0 to 3.13.0 (#28)

## 0.1.0 - 2024-02-28

### Features
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.1.0"
VERSION = "0.2.0"
end

0 comments on commit 61476a2

Please sign in to comment.