Skip to content

Commit

Permalink
new version is now also represented in CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
schlichtanders committed Nov 30, 2020
1 parent 87019c8 commit ae841d2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0] - 2020-11-30
### Added
- official registered package at Julia General registry

### Changed
- Internal representation changed to use one storage per normal dispatch signature (previously it was on global storage for all) in order to have less method overwrite warnings.
- switched dependency from ProxyInterface (singular, now deprecated) to ProxyInterfaces (plural)
- all dependencies are now registered in Julia General registry, hence custom registry no longer needed for CICD.

## [0.5.3] - 2020-07-27
### Added
- GithubActions for CICD
Expand Down

2 comments on commit ae841d2

@schlichtanders
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
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/25536

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>" ae841d251022749e766b2bcb338750684024af9e
git push origin v1.0.0

Please sign in to comment.