Skip to content

Commit

Permalink
Merge pull request #703 from stof/prepare_release
Browse files Browse the repository at this point in the history
Prepare the 1.12.1 release
  • Loading branch information
stof committed Jan 13, 2024
2 parents 9ce92eb + d2ac932 commit 394ed1e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MAINTENANCE.md
Expand Up @@ -4,7 +4,7 @@ This file contains documentation targeted at the scssphp maintainers.

### Prepare the release

1. Ensure that the documentation (in `docs/docs/index.md`) is up-to-date
1. Ensure that the documentation (in `docs/docs/README.md`) is up-to-date
2. Update the changelog in `docs/docs/changelog.md`
3. Update the version in `src/Version.php`
4. Update the version in `docs/_config.yml` (this should be the tag name that will be created)
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
@@ -1,6 +1,6 @@
# Site settings
title: SCSS Compiler in PHP
current_version: v1.12.0
current_version: v1.12.1
description: >
SCSS compiler written in PHP
url: https://scssphp.github.io
Expand Down
7 changes: 7 additions & 0 deletions docs/docs/changelog.md
@@ -1,5 +1,12 @@
# Changelog

## **1.12.1** -- January 13, 2024

**Fixed**

* Fix the handling of leading spaces in interpolated media queries (@stof)
* Fix the compilation cache key when using numbers in variables (@stof)

## **1.12.0** -- November 14, 2023

**Deprecated**
Expand Down
2 changes: 1 addition & 1 deletion src/Version.php
Expand Up @@ -19,5 +19,5 @@
*/
class Version
{
const VERSION = '1.12.0';
const VERSION = '1.12.1';
}

0 comments on commit 394ed1e

Please sign in to comment.