Skip to content

Commit

Permalink
Merge pull request #440 from bbrowning/changelog-v0.6.2
Browse files Browse the repository at this point in the history
Update CHANGELOG.md for release v0.6.2
  • Loading branch information
bbrowning authored Dec 10, 2024
2 parents 74858df + fe31e7d commit 74d1bbe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ config:
code-block-style: false
no-duplicate-header: false
single-trailing-newline: false
no-duplicate-heading: false
globs:
- "**/*.md"
ignores:
- ".github/**"
- ".tox/**"
- "venv/**"
- ".venv/**"
- "**/testdata/**"
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.6.2

### Fixes

* Fixed a bug in our version specification of `docling` and `docling_parse` dependencies that were causing new installs of InstructLab to pull in incompatible versions of these. We also fixed a similar bug in the `mypy` dependency, but that one only impacts developers of SDG as opposed to users of InstructLab.

## v0.6.1

### Fixes
Expand Down

0 comments on commit 74d1bbe

Please sign in to comment.