chore(version): 0.1.1

This commit is contained in:
Alexander Navarro 2025-07-16 09:51:05 -04:00
parent af709f2e72
commit 3017c710c4
4 changed files with 15 additions and 7 deletions

View file

@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
- - - - - -
## 0.1.1 - 2025-07-16
#### Miscellaneous Chores
- add docs to just commands - (6cf98d1) - aleidk
#### Refactoring
- change assets handling to vite-rs - (af709f2) - aleidk
- - -
## 0.1.0 - 2025-04-15 ## 0.1.0 - 2025-04-15
#### Bug Fixes #### Bug Fixes
- prevent crash of ci due to artifacts upload - (e0b259c) - aleidk - prevent crash of ci due to artifacts upload - (e0b259c) - aleidk

View file

@ -1,6 +1,6 @@
[package] [package]
name = "compendium" name = "compendium"
version = "0.1.0" version = "0.1.1"
edition = "2024" edition = "2024"
[features] [features]

View file

@ -8,11 +8,11 @@ branch_whitelist = []
skip_ci = "[skip ci]" skip_ci = "[skip ci]"
skip_untracked = false skip_untracked = false
pre_bump_hooks = [ pre_bump_hooks = [
"sed -E -i 's/(\"version\":) \"[0-9.]{5}\"/\\1 \"{{version|0.0.1}}\"/gi' package.json", "sed -E -i 's/(\"version\":) \"[0-9.]{5}\"/\\1 \"{{version|0.0.1}}\"/gi' package.json",
"just build", # "just build",
"just publish", # "just publish",
"echo 'bumping from {{latest|0.0.0}} to {{version|0.0.1}}'", "echo 'bumping from {{latest|0.0.0}} to {{version|0.0.1}}'",
"cargo bump {{version|0.0.1}}", "cargo bump {{version|0.0.1}}",
] ]
post_bump_hooks = ["git push", "git push origin {{version_tag}}"] post_bump_hooks = ["git push", "git push origin {{version_tag}}"]
pre_package_bump_hooks = [] pre_package_bump_hooks = []

View file

@ -1,7 +1,7 @@
{ {
"name": "compendium", "name": "compendium",
"module": "index.ts", "module": "index.ts",
"version": "0.1.0", "version": "0.1.1",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "vite build" "build": "vite build"