chore: bump version number

This commit is contained in:
Kristofers Solo 2025-08-27 13:49:05 +03:00
parent 397df377ce
commit 48d2867ae4
Signed by: kristoferssolo
GPG Key ID: 8687F2D3EEE6F0ED
3 changed files with 14 additions and 4 deletions

View File

@ -1,6 +1,6 @@
#import "@preview/fletcher:0.5.8" as fletcher: diagram, edge, node
#import fletcher.shapes: cylinder, ellipse
#import "@preview/solo-lu-df:0.0.1": *
#import "@preview/solo-lu-df:0.1.0": *
#import "utils/tables.typ": function-table
#import "utils/diagrams.typ": data-store, dpd-database, dpd-edge, process
@ -80,7 +80,7 @@
caption: "Another table",
table(
columns: (1fr, 1fr),
[foo], [bar],
[Column 1], [Column 2],
),
),
),

View File

@ -1,4 +1,4 @@
#import "@preview/solo-lu-df:0.0.1": ludf
#import "@preview/solo-lu-df:0.1.0": *
#show: ludf.with(
title: "Darba Nosaukums",
@ -59,6 +59,16 @@
),
),
),
attachments: (
attachment(
caption: "Attachment table",
label: <table-1>,
table(
columns: (1fr, 1fr),
[Column 1], [Column 2],
),
),
),
)

View File

@ -1,6 +1,6 @@
[package]
name = "solo-lu-df"
version = "0.0.1"
version = "0.1.0"
compiler = "0.13.0"
entrypoint = "src/lib.typ"
repository = "https://github.com/kristoferssolo/LU-DF-Typst-Template"