{"sha":"9819ce0d5cf13d5a561dc1ca02a0a6e81f1002b3","node_id":"C_kwDOAiB0YNoAKDk4MTljZTBkNWNmMTNkNWE1NjFkYzFjYTAyYTBhNmU4MWYxMDAyYjM","commit":{"author":{"name":"Felix Petriconi","email":"felix@petriconi.net","date":"2022-09-24T14:06:37Z"},"committer":{"name":"Felix Petriconi","email":"felix@petriconi.net","date":"2022-09-24T14:06:37Z"},"message":"Finalize 1.7.1 release","tree":{"sha":"7b4547820bb70a6f888c609dec49487c546e32a0","url":"https://api.github.com/repos/stlab/stlab/git/trees/7b4547820bb70a6f888c609dec49487c546e32a0"},"url":"https://api.github.com/repos/stlab/stlab/git/commits/9819ce0d5cf13d5a561dc1ca02a0a6e81f1002b3","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/stlab/stlab/commits/9819ce0d5cf13d5a561dc1ca02a0a6e81f1002b3","html_url":"https://github.com/stlab/stlab/commit/9819ce0d5cf13d5a561dc1ca02a0a6e81f1002b3","comments_url":"https://api.github.com/repos/stlab/stlab/commits/9819ce0d5cf13d5a561dc1ca02a0a6e81f1002b3/comments","author":{"login":"FelixPetriconi","id":612377,"node_id":"MDQ6VXNlcjYxMjM3Nw==","avatar_url":"https://avatars.githubusercontent.com/u/612377?v=4","gravatar_id":"","url":"https://api.github.com/users/FelixPetriconi","html_url":"https://github.com/FelixPetriconi","followers_url":"https://api.github.com/users/FelixPetriconi/followers","following_url":"https://api.github.com/users/FelixPetriconi/following{/other_user}","gists_url":"https://api.github.com/users/FelixPetriconi/gists{/gist_id}","starred_url":"https://api.github.com/users/FelixPetriconi/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/FelixPetriconi/subscriptions","organizations_url":"https://api.github.com/users/FelixPetriconi/orgs","repos_url":"https://api.github.com/users/FelixPetriconi/repos","events_url":"https://api.github.com/users/FelixPetriconi/events{/privacy}","received_events_url":"https://api.github.com/users/FelixPetriconi/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"FelixPetriconi","id":612377,"node_id":"MDQ6VXNlcjYxMjM3Nw==","avatar_url":"https://avatars.githubusercontent.com/u/612377?v=4","gravatar_id":"","url":"https://api.github.com/users/FelixPetriconi","html_url":"https://github.com/FelixPetriconi","followers_url":"https://api.github.com/users/FelixPetriconi/followers","following_url":"https://api.github.com/users/FelixPetriconi/following{/other_user}","gists_url":"https://api.github.com/users/FelixPetriconi/gists{/gist_id}","starred_url":"https://api.github.com/users/FelixPetriconi/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/FelixPetriconi/subscriptions","organizations_url":"https://api.github.com/users/FelixPetriconi/orgs","repos_url":"https://api.github.com/users/FelixPetriconi/repos","events_url":"https://api.github.com/users/FelixPetriconi/events{/privacy}","received_events_url":"https://api.github.com/users/FelixPetriconi/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"0f9e094156e3b1b92fe51dcea6fe27df5a491826","url":"https://api.github.com/repos/stlab/stlab/commits/0f9e094156e3b1b92fe51dcea6fe27df5a491826","html_url":"https://github.com/stlab/stlab/commit/0f9e094156e3b1b92fe51dcea6fe27df5a491826"}],"stats":{"total":10,"additions":7,"deletions":3},"files":[{"sha":"52918460ab09976a8be0fe1c1a4b07f32e25bce3","filename":"CHANGES.md","status":"modified","additions":4,"deletions":0,"changes":4,"blob_url":"https://github.com/stlab/stlab/blob/9819ce0d5cf13d5a561dc1ca02a0a6e81f1002b3/CHANGES.md","raw_url":"https://github.com/stlab/stlab/raw/9819ce0d5cf13d5a561dc1ca02a0a6e81f1002b3/CHANGES.md","contents_url":"https://api.github.com/repos/stlab/stlab/contents/CHANGES.md?ref=9819ce0d5cf13d5a561dc1ca02a0a6e81f1002b3","patch":"@@ -1,3 +1,7 @@\n+## v.1.7.1 - 2022 - September 24\n+  - [#496] Add missing files to CMakeLists.txt\n+\n+\n ## v.1.7.0 - 2022 - September 2\n   - Breaking Changes\n     - The build setup now requires executing CMake to generate a config.hpp file for the build. This was done to avoid ODR/API/ABI breakage from having the library self-configure differently when used by multiple sub-projects. See the [build instructions](https://github.com/stlab/libraries/runs/7903922028?check_suite_focus=true)."},{"sha":"91a573e8e473f8c231dd473946dbd5d2ff85efaa","filename":"CMakeLists.txt","status":"modified","additions":1,"deletions":1,"changes":2,"blob_url":"https://github.com/stlab/stlab/blob/9819ce0d5cf13d5a561dc1ca02a0a6e81f1002b3/CMakeLists.txt","raw_url":"https://github.com/stlab/stlab/raw/9819ce0d5cf13d5a561dc1ca02a0a6e81f1002b3/CMakeLists.txt","contents_url":"https://api.github.com/repos/stlab/stlab/contents/CMakeLists.txt?ref=9819ce0d5cf13d5a561dc1ca02a0a6e81f1002b3","patch":"@@ -1,6 +1,6 @@\n cmake_minimum_required( VERSION 3.23 )\n \n-project( stlab VERSION 1.6.2 LANGUAGES CXX )\n+project( stlab VERSION 1.7.1 LANGUAGES CXX )\n \n list( APPEND CMAKE_MODULE_PATH \"${CMAKE_CURRENT_LIST_DIR}/cmake\" )\n include( CTest )"},{"sha":"eb7656deabfaaf7869ced4ffdb426fb410b50c74","filename":"stlab/version.hpp","status":"modified","additions":2,"deletions":2,"changes":4,"blob_url":"https://github.com/stlab/stlab/blob/9819ce0d5cf13d5a561dc1ca02a0a6e81f1002b3/stlab%2Fversion.hpp","raw_url":"https://github.com/stlab/stlab/raw/9819ce0d5cf13d5a561dc1ca02a0a6e81f1002b3/stlab%2Fversion.hpp","contents_url":"https://api.github.com/repos/stlab/stlab/contents/stlab%2Fversion.hpp?ref=9819ce0d5cf13d5a561dc1ca02a0a6e81f1002b3","patch":"@@ -19,13 +19,13 @@\n //  STLAB_VERSION / 100 % 1000 is the minor version\n //  STLAB_VERSION / 100000 is the major version\n \n-#define STLAB_VERSION 100602\n+#define STLAB_VERSION 100701\n \n //\n //  STLAB_LIB_VERSION must be defined to be the same as STLAB_VERSION\n //  but as a *string* in the form \"x_y[_z]\" where x is the major version\n //  number, y is the minor version number, and z is the patch level if not 0.\n \n-#define STLAB_LIB_VERSION \"1_6_2\"\n+#define STLAB_LIB_VERSION \"1_7_1\"\n \n #endif"}]}