Skip to content

Commit

Permalink
release: 0.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [0.0.3](v0.0.2...v0.0.3) (2023-12-04)

### Bug Fixes

* Add a new import builtin function that allows importing json and yaml config in a manner compatible with vanilla TypeScript ([253a91a](253a91a))
* Fix error handling in module loader so that it doesn't panic ([6286065](6286065))

### Features

* Add support for generating multiple files from a single generator ([71ec53e](71ec53e))
* Add support for importing without extension ([ad4887b](ad4887b))
* Add support for importing yaml files ([30e2e86](30e2e86))
* Add support for passing in TLA for main function ([6b728e2](6b728e2))
* Add support for specifying a prefix string to prepend to the output data ([b6d5d30](b6d5d30))
* Rename path.relpath to path.rel to avoid stuttering ([8490fd6](8490fd6))
  • Loading branch information
semantic-release-bot committed Dec 4, 2023
1 parent e1d56f0 commit 0121584
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "senc"
version = "0.0.2"
version = "0.0.3"
edition = "2021"
build = "build.rs"

Expand Down

0 comments on commit 0121584

Please sign in to comment.