mut

OTHER License

Stars
11
Committers
17

Bot releases are hidden (Show)

mut - v0.11.0

Published by schmalliso 8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/mongodb/mut/compare/v0.10.6...v0.11.0

mut - v0.10.2: minor patch to fix slug derivation

Published by schmalliso almost 2 years ago

What's Changed

Full Changelog: https://github.com/mongodb/mut/compare/v0.10.1...v0.10.2

mut - v0.10.1: the one where I downgraded python to 3.8

Published by schmalliso almost 2 years ago

Ubuntu 20.04 doesn't come with Python 3.9, which made installing 0.10.0 on Ubuntu 20.04 unnecessarily difficult. This release should run contentedly on 3.8+!

Full Changelog: https://github.com/mongodb/mut/compare/v0.10.0...v0.10.1

mut - v0.10.0: mut-index now runs off AST not HTML

Published by schmalliso almost 2 years ago

Since its inception, mut-index has run on generated HTML, deducing elements based on ids, classes, etc. This release updates mut-index to instead accept a snooty-parser-generated manifest file and use the AST within to generate the search index.

It also updates mut to use poetry as its build tooling / dependency-management paradigm, which is lovely.

What's Changed

New Contributors

Full Changelog: https://github.com/mongodb/mut/compare/v0.9.0...v0.10.0