Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SillyFreak committed Feb 12, 2025
1 parent 10d5e22 commit c9d47b6
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

### Security

## [0.1.1] - 2025-02-12

### Added
- `load-bibliography` that stores bib data for later retrieval
- `get-bibliography` that retrieves the data
- `render-bibliography` that renders the bib data
- add details (type, title, author, ...) to data available for bibliography users
- add support for custom CSL styles loaded from files

### Changed

### Deprecated

### Removed

### Fixed
- fixed a deprecation warning when running Typst 0.13
- split bibliographyx into load, get and render parts


### Security

## [0.1.0] - 2025-02-06
Expand All @@ -39,4 +61,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0


[Unreleased]: https://github.com/SillyFreak/typst-alexandria/compare/v0.1.0...HEAD
[0.1.1]: https://github.com/SillyFreak/typst-alexandria/releases/tag/v0.1.1
[0.1.0]: https://github.com/SillyFreak/typst-alexandria/releases/tag/v0.1.0
Binary file modified docs/manual.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/manual.typ
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#import "@preview/crudo:0.1.1"

#let package-meta = toml("/typst.toml").package
#let date = datetime(year: 2025, month: 2, day: 6)
#let date = datetime(year: 2025, month: 2, day: 12)

#show: manual(
title: "Alexandria",
Expand Down
2 changes: 1 addition & 1 deletion typst.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "alexandria"
version = "0.1.0"
version = "0.1.1"
entrypoint = "src/lib.typ"
authors = [
"Clemens Koza <https://github.com/SillyFreak/>"
Expand Down

0 comments on commit c9d47b6

Please sign in to comment.