This commit is contained in:
Matthew Wang 2023-09-19 17:26:18 -07:00
parent 200ae6e99d
commit 22fc061ef4
No known key found for this signature in database
GPG Key ID: 0C8DB42BF157DEAB
2 changed files with 10 additions and 2 deletions

View File

@ -17,8 +17,16 @@ This website is built from the `HEAD` of the `main` branch of the theme reposito
Code changes to `main` that are *not* in the latest release:
- Remove: unused `.passive` toggle in navigation by [@pdmosses] in [#1335]
- N/A
## Release v0.6.2
Hi all, this is a small patch release that includes two changes: adding a missing Windows emoji font fallback, and removing some (now-unused) code introduced in 0.6.
### Bugfixes
- Fixed: Windows emoji font fallback by [@flanakin] in [#1337]
- Removed: unused `.passive` toggle in navigation by [@pdmosses] in [#1335]
[#1335]: https://github.com/just-the-docs/just-the-docs/pull/1335
[#1337]: https://github.com/just-the-docs/just-the-docs/pull/1337

View File

@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = "just-the-docs"
spec.version = "0.6.1"
spec.version = "0.6.2"
spec.authors = ["Patrick Marsceill", "Matthew Wang"]
spec.email = ["patrick.marsceill@gmail.com", "matt@matthewwang.me"]