Commit graph

6 commits

Author SHA1 Message Date
Philipp Gillé
42f7deae06
Update man page to use changed flag for string literals (#279)
* Update man page to use changed flag for string literals

* Update corresponding place in `cargo-xtask` task

---------

Co-authored-by: Cosmic Horror <CosmicHorrorDev@pm.me>
2023-11-09 18:03:05 -06:00
CosmicHorror
eb51bdf11e
Prepare 1.0.0 release (#277)
* Bump version to v1.0.0

* `cargo xtask gen`

* Add all new entries to the changelog
2023-11-07 20:19:46 -06:00
CosmicHorror
4f77cfe1b8
Rework the replacements flag (#267)
* Add replacements tests

* Honor `-n` when using `--preview`

* Rework CLI for replacements flag

* Remove dead code

* Remove lingering TODO
2023-11-02 19:05:55 -05:00
CosmicHorror
79f5de0db7
Temporarily remove recursive (-r) flag (#266)
* Remove recursive (`-r`) flag

* `cargo xtask gen`

* Remove unused `globwalk` and `ignore` deps
2023-11-02 17:35:39 -05:00
CosmicHorror
6ee7e7ecd2
Update generated assets (#235) 2023-10-02 17:52:13 -05:00
CosmicHorror
c025993529
Move generating static assets to a cargo-xtask task (#196)
* Move generating static assets to a `cargo-xtask` task

* Generate static assets

* Remove now unused build dependencies

* Fix CI
2023-06-04 12:54:10 -05:00