Skip to content

Releases: yuma140902/tempura

v0.3.0

15 Oct 05:49
Compare
Choose a tag to compare

v0.3.0

2023-10-15

👷 Build System

  • 3702e3a fix pre-release workflow (by yuma14)
  • 31c360c fix release workflow (by yuma14)
  • 3b2e0a1 update release workflow (by yuma14)

📝 Documentation Changes

  • 9dd512d update CHANGELOG.md for v0.3.0 [skip ci] (by yuma140902)
  • 166efc7 update CHANGELOG.md for v0.2.3 [skip ci] (by yuma140902)

✨ Features

  • 5045d9c show commands to build website after tempua init (by yuma14)
  • 733228d generate default gitignore file with tempura init (by yuma14)
  • 1bb8dd4 change templates path from src/ to src/templates/ (by yuma14)
  • help: fe65ea5 add help message for subcommands (by yuma14)

♻️ Code Refactoring

  • a516f52 remove ProjectConfig.match_regex, use serde_regex (by yuma14)
  • bab26a3 generators (by yuma14)
  • 0fd8891 use directory::get_templates_directory (by yuma14)

Pull Requests

  • Merge pull request #44 from yuma140902/fix-release-workflow
  • Merge pull request #42 from yuma140902/gha-release
  • Merge pull request #41 from yuma140902/add-command-help
  • Merge pull request #40 from yuma140902/init-done-message
  • Merge pull request #39 from yuma140902/generate-gitignore
  • Merge pull request #38 from yuma140902/use-serde-regex
  • Merge pull request #36 from yuma140902/template-engine
  • Merge pull request #35 from yuma140902/loader-and-value
  • Merge pull request #34 from yuma140902/refactor-generators
  • Merge pull request #33 from yuma140902/update-chglog
  • Merge pull request #32 from yuma140902/change-templates-path

BREAKING CHANGE

Template path

Templates should be placed in src/templates/ or its child directories.

v0.2.3

14 Oct 06:33
Compare
Choose a tag to compare

v0.2.3

2023-10-14

📝 Documentation Changes

  • update CHANGELOG.md for v0.2.3 [skip ci]
  • update CHANGELOG.md for v0.2.2 [skip ci]

Pull Requests

  • Merge pull request #31 from yuma140902/update-deps
  • Merge pull request #30 from yuma140902/add-license-files
  • Merge pull request #29 from yuma140902/release-v0.2.2

v0.2.2

11 Jul 16:07
Compare
Choose a tag to compare

v0.2.2

2023-07-12

👷 Build System

  • do not continue on error

📝 Documentation Changes

  • add badges to readme
  • update readme
  • update CHANGELOG.md for v0.2.1 [skip ci]

Pull Requests

  • Merge pull request #28 from yuma140902/use-anyhow-context
  • Merge pull request #27 from yuma140902/create-parent-dirs
  • Merge pull request #26 from yuma140902/reduce-unwrap
  • Merge pull request #24 from yuma140902/enrich-generator-result

v0.2.1

13 Feb 16:23
Compare
Choose a tag to compare

v0.2.1

2023-02-14

🔧 Chores

  • add skip ci to changelog commit
  • remove workflow_dispatch
  • CI: add ci.yml
  • CI: update actions-rs/cargo and actions-rs/toolchain
  • CI: fix typo
  • cd: fix branch name

👷 Build System

  • publish to crates.io
  • use git-chglog in release workflow
  • change docs: to doc:

📝 Documentation Changes

  • update CHANGELOG.md for v0.2.1 [skip ci]
  • update CHANGELOG.md for v0.2.1 [skip ci]
  • update CHANGELOG.md for v0.2.5 [skip ci]
  • update CHANGELOG.md for v0.2.4 [skip ci]

Docs

  • update CHANGELOG.md for v0.2.1

♻️ Code Refactoring

  • cargo fmt --all
  • cargo clippy --fix

Pull Requests

  • Merge pull request #16 from yuma140902/fix-git-chglog-not-found-for-sure
  • Merge pull request #15 from yuma140902/ci-no-longer-use-toolchain-action
  • Merge pull request #14 from yuma140902/fix-git-chglog-not-found
  • Merge pull request #13 from yuma140902/setup-go-release-workflow
  • Merge pull request #11 from yuma140902/fix-ci-cache
  • Merge pull request #10 from yuma140902/git-chglog
  • Merge pull request #9 from yuma140902/releasing-workflow
  • Merge pull request #8 from yuma140902/ci-workflow
  • Merge pull request #7 from yuma140902/workflows

v0.2.0

31 Oct 22:58
Compare
Choose a tag to compare
change version to 0.2.0

v0.1.0

31 Oct 06:39
Compare
Choose a tag to compare
update readme