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 fde8733 commit b7f59fcCopy full SHA for b7f59fc
CHANGES.md
@@ -0,0 +1,11 @@
1
+# Changes
2
+
3
+## v0.2 (in progress)
4
5
+- Use `std::string_view` if available
6
+- Install a `pkg-config` `.pc` file that sets the compiler's include path as
7
+ needed
8
9
+## v0.1 (2016-07-01)
10
11
+Initial release
build.bfg
@@ -27,4 +27,4 @@ except PackageResolutionError:
27
warning('mettle not found; tests disabled')
28
29
pkg_config()
30
-extra_dist(files=['README.md', 'LICENSE'])
+extra_dist(files=['README.md', 'CHANGES.md', 'LICENSE'])
0 commit comments