Skip to content

Commit 27b2f58

Browse files
committed
release: Version 0.1.2
1 parent 58053b4 commit 27b2f58

File tree

6 files changed

+20
-7
lines changed

6 files changed

+20
-7
lines changed

.age.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
current_version = "0.1.1"
1+
current_version = "0.1.2"
22

33
[[files]]
44
path = "pyproject.toml"

.github/release-body.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
REWRITE HERE
22

3-
- Changelog is https://github.com/attakei/sass-embedded-python/blob/v0.1.1/CHANGES.rst
4-
- Source changes is https://github.com/attakei/sass-embedded-python/compare/v0.1.0...v0.1.1
3+
- Changelog is https://github.com/attakei/sass-embedded-python/blob/v0.1.2/CHANGES.rst
4+
- Source changes is https://github.com/attakei/sass-embedded-python/compare/v0.1.1...v0.1.2

CHANGES.rst

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
1-
Version 0.1.1
1+
Version 0.1.2
22
=============
33

4+
:Release date: 2025-06-26 (Asia/Tokyo)
5+
:Dart Sass version: 1.89.2
6+
7+
This does not have source changes.
8+
9+
Others
10+
------
11+
12+
* Update bundle Dart Sass.
13+
14+
ver 0.1.1
15+
=========
16+
417
:Release date: 2025-06-21 (Asia/Tokyo)
518
:Dart Sass version: 1.87.0
619

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sass-embedded"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Sass/SCSS compile host using Dart Sass"
55
readme = "README.rst"
66
authors = [

src/sass_embedded/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""sass-embedded is Dart Sass bindings for Python."""
22

3-
__version__ = "0.1.1"
3+
__version__ = "0.1.2"
44

55
from .simple import compile_directory, compile_file, compile_string
66

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)