Skip to content

Releases: phideg/neptungen

v0.9.7

07 Sep 17:35
Compare
Choose a tag to compare
update to rust 1.81 and fix bug in --clean option of the build command

following error could occur on windows:
Error: Das System kann die angegebene Datei nicht finden. (os error 2)
error: process didn't exit successfully: `target\debug\neptungen.exe build --clean` (exit code: 1)

this happens if the output folder for the generated page did not exist.

v0.9.6

26 Jul 10:07
Compare
Choose a tag to compare
update deps

v0.9.5

07 Jul 18:47
Compare
Choose a tag to compare

This is yet another service release that just updates the dependencies of the project.

v0.9.4

31 Mar 20:41
Compare
Choose a tag to compare

This is another service release that just updates the dependencies of the project.

Full Changelog: v0.9.4...v0.9.4

v0.9.3

23 Mar 11:37
Compare
Choose a tag to compare
update deps and fix clippy of +nightly

v0.9.2

16 Mar 16:11
Compare
Choose a tag to compare
make a release

v0.9.1

03 Mar 20:09
Compare
Choose a tag to compare

This release does contain new features or bug fixes. It includes the latest updates of its dependent crates, though.

Full Changelog: v0.9.0...v0.9.1

v0.9.0

10 Feb 19:16
Compare
Choose a tag to compare

This is a major release, as it introduces a new feature.

New feature

Version v0.9.0 introduces the serve subcommand.

❯ neptungen serve
INFO [neptungen::server] listening on http://127.0.0.1:21167

It will start up an http server on your local machine and automatically choose a free port.

The http server is based on Axum

Other changes

Some house keeping and version upgrades of dependencies have also been done

v0.8.6

10 Feb 12:59
Compare
Choose a tag to compare

This is another maintenance release containing latest security fixes of crates (rust libraries) that neptungen depends on.

v0.8.4

22 Apr 09:46
Compare
Choose a tag to compare

This is a minor release containing some Dependabot fixes and general updates of the code base.
No new features have been introduced