Skip to content

Commit b7f59fc

Browse files
committed
Add changelog
1 parent fde8733 commit b7f59fc

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ except PackageResolutionError:
2727
warning('mettle not found; tests disabled')
2828

2929
pkg_config()
30-
extra_dist(files=['README.md', 'LICENSE'])
30+
extra_dist(files=['README.md', 'CHANGES.md', 'LICENSE'])

0 commit comments

Comments
 (0)