kitbash 0.1.1

A modular 2D character assembly tool for game developers
# Changelog

All notable changes to this project will be documented in this file.

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

## [Unreleased]

## [0.1.1]https://github.com/Bli-AIk/kitbash/compare/v0.1.0...v0.1.1 - 2026-03-06

### Fixed

- add correct public-url for GitHub Pages subdirectory
- remove public-url prefix that caused duplicate path

### Other

- Merge pull request #7 from Bli-AIk/dependabot/cargo/egui-0.33.3
- Merge pull request #6 from Bli-AIk/dependabot/cargo/rfd-0.17.2
- Merge pull request #4 from Bli-AIk/dependabot/github_actions/actions-4f0ba91a04

### Added
- Initial project setup