Releases: ogre-run/miniogre
Releases · ogre-run/miniogre
v0.12.0
New features:
miniogre docs
: generate and/or update comments in the body of the code (for the entire repo)miniogre comment --filename <file>
: generate and/or update comments in the body of the code (for an input file)- support creation of node container for javascript
- Improve installation documentation to clarify dependency installation, e.g.,
pipx install --include-deps miniogre
. This enbalespipx
to install all of the CLI dependencies miniogre requires (e.g.uv
).
v0.12.0-beta1
Update tiktoken version.
v0.12.0-beta
Beta: use uv programmatically.
v0.11.5
Patch: define baseimage_name
when basename
is not auto
.
v0.11.4
Patch to search for requirement.txt
(without the s
) besides the regular requirements.txt
.
v0.11.3
Hot fix: add uv
to poetry.lock.
v0.11.2
Hotfix - remove double entries in requirements.txt
v0.11.1
v0.11.0
v0.11.0-beta.1
Partial fix for issue #29