From d0ffbfd01c03d60f54fb161fd95b82102fe0e432 Mon Sep 17 00:00:00 2001 From: HoneyryderChuck Date: Wed, 21 Feb 2018 23:52:26 +0000 Subject: [PATCH] don't ignore doc --- .dockerignore | 1 - .gitignore | 1 - doc/release_notes/0_0_1.md | 7 +++++++ 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 doc/release_notes/0_0_1.md diff --git a/.dockerignore b/.dockerignore index c54ec648..633dded2 100644 --- a/.dockerignore +++ b/.dockerignore @@ -7,5 +7,4 @@ docker-compose.yml Gemfile.lock coverage tmp -doc *.swp diff --git a/.gitignore b/.gitignore index e45d9151..428a5f75 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,6 @@ Gemfile.lock InstalledFiles _yardoc coverage -doc pkg rdoc spec/reports diff --git a/doc/release_notes/0_0_1.md b/doc/release_notes/0_0_1.md new file mode 100644 index 00000000..daf59188 --- /dev/null +++ b/doc/release_notes/0_0_1.md @@ -0,0 +1,7 @@ +# Genesis Release + +This is the first release of `httpx`. + +It accomplishes all the API and feature goals necessary to its first use, which is testing server implementations. + +From here on, the sky is the limit.