We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac2c2cd commit b1b3ddcCopy full SHA for b1b3ddc
.gitignore
@@ -2,3 +2,5 @@
2
builder/builds/*
3
*.pyc
4
*.box
5
+virtualenv
6
+.vscode
changelog.rst
@@ -0,0 +1,13 @@
1
+Kubos Vagrant Changelog
+=======================
+
+v1.20 - Nov 22 2019
+-------------------
7
+- Bumped Rust version to 1.39.0
8
+- Added LaTeX fonts and dependencies needed for PDF doc generation
9
10
+Community Contributions
11
+~~~~~~~~~~~~~~~~~~~~~~~
12
13
+- Moved from static `requirements.txt` to generation using `pip-tools`
0 commit comments