Skip to content

Commit

Permalink
MNT bump to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eboileau committed Sep 25, 2024
1 parent a52e38a commit ec6a8f9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
18 changes: 15 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,28 @@
All notable changes to scimodom will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/), and this project adheres to [Semantic Versioning](http://semver.org/).

## [Release candidate] - started 2024-08-15
## [Release candidate] - started 2024-09-25

## [3.0.0] 2024-09-25

### Added

- Search table full export
- Search query modalities
- Search table full export (#151)
- Search query modalities (gene search)
- Link to Ensembl gene table (#140)
- Chart data caching, CLI-related utilities, and update on import

### Changed

- Search API
- Minor changes to the web interface (info button)
- Link to matched Ensembl version (110)

### Fixed

- Missing query for chromosome end
- Annotation: missing records (#141)
- Annotation: feature, gene, and biotype association (#139)

## [2.0.6] 2024-08-15

Expand Down
2 changes: 1 addition & 1 deletion server/src/scimodom/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = ("2", "0", "6")
__version_info__ = ("3", "0", "0")
__version__ = ".".join(__version_info__)

0 comments on commit ec6a8f9

Please sign in to comment.