# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [1.2.0-rc1](https://github.com/succinctlabs/sp1/releases/tag/sp1-core-executor-v1.2.0-rc1) - 2024-08-23 ### Added - gas ([#1354](https://github.com/succinctlabs/sp1/pull/1354)) ### Fixed - fix artifact export test - fix fptower tests - fix imports - cargo check on tests ### Other - runtime optimizations ([#1344](https://github.com/succinctlabs/sp1/pull/1344)) - make state pub ([#1345](https://github.com/succinctlabs/sp1/pull/1345)) - resolve merge conflicts between dev and experimental - refactor + cleanup core crates