diff --git a/README.rst b/README.rst index 2c1e8d6e05..4138945bda 100644 --- a/README.rst +++ b/README.rst @@ -15,6 +15,7 @@ Gramine Library OS with Intel SGX Support .. highlight:: sh + What is Gramine? ================ @@ -43,23 +44,6 @@ Note that the Gramine project was formerly known as Graphene. However, the name "Graphene" was deemed too common, could be impossible to trademark, and collided with several other software projects. Thus, a new name "Gramine" was chosen. -Gramine 1.0 release -=================== - -Gramine has evolved a |nbsp| lot since our last major release. Over the last -few months, we have made significant updates to provide a |nbsp| stable version -that supports deploying key workloads with Intel SGX. We’ve rewritten major -subsystems, done a |nbsp| significant update to the build and packaging -scripts, extended test coverage, and improved the CI/CD process. We’ve reviewed -and hardened specific security aspects of Gramine, and increased stability for -long-running and heavy workloads. - -We recently published our first production-ready release - Gramine 1.0. This -version was tested on various configurations and heavy workloads, we also -ensured that all risky configurations are clearly warned about to prevent -insecure deployments. More details (including a list of all breaking changes) -are available on the `v1.0 release page -`__. Gramine documentation ===================== diff --git a/meson.build b/meson.build index 6565ad9963..8c6eded4ef 100644 --- a/meson.build +++ b/meson.build @@ -5,7 +5,7 @@ project( 'gramine', 'c', 'cpp', - version: '1.0', + version: '1.1', license: 'LGPLv3+', meson_version: '>=0.55',