Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
nleroy917 committed Jan 16, 2024
1 parent 7a83df0 commit d16dc4b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
18 changes: 15 additions & 3 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,28 @@

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format.

## [0.11.0] - 01-16-2024

### Added

- Group of PEPs, create a new type of PEP called a "POP" (a PEP of PEPs)
- Ability to star/favorite a PEP
- Updated search functionality to be more robust

### Changed

- Switch to `fastembed` for query embeddings to lower container size
- Minor UI updates

## [0.10.5] - 12-04-2023

### Changed

- optimized web interface fetching of PEP annotation data.
- optimized web interface fetching of PEP annotation data.

### Added

- project annotation endpoint (#234)

- project annotation endpoint (#234)

# [0.10.4] - 10-02-2023

Expand Down
2 changes: 1 addition & 1 deletion pephub/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.11.0rc2"
__version__ = "0.11.0"

0 comments on commit d16dc4b

Please sign in to comment.