Releases: junghoon-vans/varst
Releases · junghoon-vans/varst
v1.6.0
What's Changed
- ci: Apply inline style substitutions to bump action by @junghoon-vans in #47
- docs: Add contributing guidelines by @junghoon-vans in #50
- docs(CoC): Add CODE_OF_CONDUCT.md by @junghoon-vans in #51
- docs: Add contributing guidelines by @junghoon-vans in #52
- chore: Update author name in pyproject by @junghoon-vans in #53
- feat: Add error handling if substitutions are not provided by @junghoon-vans in #55
Full Changelog: v1.5.0...v1.6.0
v1.5.0
What's Changed
- ci(bump): Add workflow to autoupdate badge route by @junghoon-vans in #44
- feat: Support print version of program by @junghoon-vans in #45
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- docs(page): Add example usage for directive type by @junghoon-vans in #41
- feat: Support pass values containing equals sign by @junghoon-vans in #43
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
- docs(readme): Fix github workflow badge route by @junghoon-vans in #39
- docs: Update usage information by @junghoon-vans in #38
- feat: Support directive type of none replacement text by @junghoon-vans in #40
Full Changelog: v1.2.1...v1.3.0
v1.2.1
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #24
- docs: Add description for varst-action by @junghoon-vans in #25
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #26
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #27
- chore(deps): Bump certifi from 2022.9.24 to 2022.12.7 by @dependabot in #28
- docs(readme): Fix github workflow badge route by @junghoon-vans in #31
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #32
- ci: Drop release drafter workflow by @junghoon-vans in #33
- ci(bump): Update version of checkout workflow to v3 by @junghoon-vans in #34
- ci(publish): Rename workflow file for publish by @junghoon-vans in #35
- refactor: Correct term in code to follow syntax of docutils by @junghoon-vans in #37
New Contributors
- @dependabot made their first contribution in #28
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
If the output-file
is not specified, the input-file
is set to default.
For example, the following is possible.
$ varst -i path/to/your.rst 'sub name=new value'
Full Changelog: v1.1.2...v1.2.0
v1.1.2
What's Changed
- docs: Update docstring in method by @junghoon-vans in #21
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
It is now available with substitution name that contains whitespaces
.
In this case, It must be enclosed in quotes
(single or double).
Examples are as follows:
$ varst -i path/to/your.rst -o path/to/your.rst 'sub name'='new value'
$ varst -i path/to/your.rst -o path/to/your.rst 'sub name=new value'
v1.1.0
What's Changed
- chore: Add deploy workflow to github actions by @junghoon-vans in #17
- feat: Implement application to replace substitutions by @junghoon-vans in #18
Full Changelog: v1.0.0...v1.1.0