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 8, 2024
1 parent 492d632 commit 87c640f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# 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)

### 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 87c640f

Please sign in to comment.