Skip to content

Commit

Permalink
Build documentation (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobnissen authored Dec 23, 2024
1 parent 8fd37eb commit a6f69bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.0.0]
Complete overhaul of the API, including new types and new functions.
The changes are all-encompassing, so listing them out is pointless. For all
intents and purposes, Kmers v1.0.0 is a different package.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ StringViewsExt = "StringViews"
# reaches into the internals of BioSequences.
[compat]
BioSequences = "~3.4.1"
BioSymbols = "5.1.3"
Random = "1.10"
julia = "1.10"
StringViews = "1"
Expand Down

2 comments on commit a6f69bf

@jakobnissen
Copy link
Member 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:

Breaking changes

Complete overhaul of the API, including new types and new functions.
The changes are all-encompassing, so listing them out is pointless. For all
intents and purposes, Kmers v1.0.0 is a different package.
The old version 0.1.0 is no longer maintained.

@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 updated: JuliaRegistries/General/121889

Tagging

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 v1.0.0 -m "<description of version>" a6f69bf08e29cb040ac38ca61994744f9f4a281f
git push origin v1.0.0

Please sign in to comment.