Skip to content

Commit

Permalink
release v0.6.8 patch notes (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
leigh-johnson committed Apr 26, 2023
1 parent 2a52368 commit d6a7da7
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
12 changes: 10 additions & 2 deletions site/docs/release-history/0.6.x-feldspar-langdale.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Monthly plans are now available, [starting at $9.99 / $19.99 / month](https://pr

:::

## ⬇️ [Click to Download PrintNanny OS](https://github.com/bitsy-ai/printnanny-os/releases/tag/0.6.7)
## ⬇️ [Click to Download PrintNanny OS](https://github.com/bitsy-ai/printnanny-os/releases/tag/0.6.8)

* Follow the [Quick Start guide](https://docs.printnanny.ai/docs/category/quick-start/) to create a fresh PrintNanny OS installation.
* [Update a Raspberry Pi already running PrintNanny OS](https://docs.printnanny.ai/docs/update-printnanny-os/).
Expand Down Expand Up @@ -160,4 +160,12 @@ _Released April 25th 2023_

[v0.6.7 Github Milestone](https://github.com/bitsy-ai/printnanny-os/milestone/20?closed=1)

* Fixed: Pin `setuptools==67.7.2` to fix an error seen in new OctoPrint installations, `module 'pkg_resources' has no attribute 'declare_namespace'`[#299](https://github.com/bitsy-ai/printnanny-os/issues/299)
* Fixed: Pin `setuptools==67.7.2` to fix an error seen in new OctoPrint installations, `module 'pkg_resources' has no attribute 'declare_namespace'`[#299](https://github.com/bitsy-ai/printnanny-os/issues/299)

### v0.6.8

_Released April 26th 2023_

[v0.6.8 Github Milestone](https://github.com/bitsy-ai/printnanny-os/milestone/21?closed=1)

* Fixed: PrintNanny OS image is now compatible with Raspberry Pi Imager v1.7.4 [#301](https://github.com/bitsy-ai/printnanny-os/issues/301)
4 changes: 2 additions & 2 deletions site/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ const config = {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
announcementBar: {
id: 'v0_6_7',
id: 'v0_6_8',
content:
'<a href="https://printnanny.ai/docs/release-history/0.6.x-feldspar-langdale/">PrintNanny OS v0.6.7 is now available!</a>',
'<a href="https://printnanny.ai/docs/release-history/0.6.x-feldspar-langdale/">PrintNanny OS v0.6.8 is now available!</a>',
backgroundColor: '#fafbfc',
textColor: '#091E42',
isCloseable: false,
Expand Down
4 changes: 2 additions & 2 deletions site/docusaurus.config.k8s.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ const config = {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
announcementBar: {
id: 'v0_6_7',
id: 'v0_6_8',
content:
'<a href="https://printnanny.ai/docs/release-history/0.6.x-feldspar-langdale/">PrintNanny OS v0.6.7 is now available!</a>',
'<a href="https://printnanny.ai/docs/release-history/0.6.x-feldspar-langdale/">PrintNanny OS v0.6.8 is now available!</a>',
backgroundColor: '#fafbfc',
textColor: '#091E42',
isCloseable: false,
Expand Down
2 changes: 1 addition & 1 deletion site/printnanny-config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const printnannyConfig = {
version: '0.6.7',
version: '0.6.8',
versionPretty: 'v0.6.x (Feldspar Langdale)',
slug: 'release-history/0.6.x-feldspar-langdale'
};
Expand Down

0 comments on commit d6a7da7

Please sign in to comment.