Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nosferican authored Mar 25, 2020
1 parent d041280 commit cab6831
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# v0.2.5

## Features

- Using TableOperations.jl

## Bug fixes

## Miscellaneous

- Updated compat for deps
- Updated C.I.

# v0.2.4

## Features

## Bug fixes

## Miscellaneous

- Updated compat for deps

# v0.2.3

## Features
Expand Down

2 comments on commit cab6831

@Nosferican
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

Features

  • Using TableOperations.jl

Bug fixes

Miscellaneous

  • Updated compat for deps
  • Updated C.I.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/11516

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.5 -m "<description of version>" cab6831caad3e5a5a016911ea37558d875e7e727
git push origin v0.2.5

Please sign in to comment.