chore: bump version number

This commit is contained in:
2026-01-21 21:43:33 +02:00
parent 1b96f36217
commit 102c63925e
4 changed files with 11 additions and 9 deletions

View File

@@ -46,7 +46,7 @@ function in a show rule. If you want to change an existing project to use this
template, you can add a show rule like this at the top of your file:
```typst
#import "@preview/solo-lu-df:0.1.5": *
#import "@preview/solo-lu-df:1.0.0": *
#show: ludf.with(
title: "Darba Nosaukums",

View File

@@ -1,8 +1,10 @@
#import "@preview/fletcher:0.5.8" as fletcher: diagram, edge, node
#import fletcher.shapes: cylinder, ellipse
#import "@preview/solo-lu-df:0.1.5": *
#import "utils/tables.typ": function-table
#import "@preview/solo-lu-df:1.0.0": *
#import "utils/diagrams.typ": data-store, dpd-database, dpd-edge, process
#import "utils/tables.typ": function-table
#import fletcher.shapes: cylinder, ellipse
#import table: cell, header
#show: ludf.with(
title: "Darba Nosaukums",
@@ -177,12 +179,12 @@ Funkciju sadalījums moduļos ir aprakstīts tabulā (@function-modules[tab.]).
table(
columns: (auto, 1fr, auto),
align: left,
table.header([Modulis], [Funkcija], [Identifikators]),
header([Modulis], [Funkcija], [Identifikators]),
table.cell(rowspan: 1)[A modulis],
cell(rowspan: 1)[A modulis],
[A saskarne], [#link(<AF01>)[AF01]],
table.cell(rowspan: 2)[B modulis],
cell(rowspan: 2)[B modulis],
[B saskarne], [#link(<BF01>)[BF01]],
[B apstrāde], [#link(<BF02>)[BF02]],
),

View File

@@ -1,4 +1,4 @@
#import "@preview/solo-lu-df:0.1.5": *
#import "@preview/solo-lu-df:1.0.0": *
#show: ludf.with(
title: "Darba Nosaukums",

View File

@@ -1,6 +1,6 @@
[package]
name = "solo-lu-df"
version = "0.1.5"
version = "1.0.0"
entrypoint = "src/lib.typ"
authors = ["Kristofers Solo <dev@kristofers.xyz>"]
license = "MIT-0"