Skip to content

Commit 56e7e6c

Browse files
committed
release: Version 0.1.1
1 parent a9ac1d0 commit 56e7e6c

File tree

6 files changed

+22
-9
lines changed

6 files changed

+22
-9
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.0"
1+
current_version = "0.1.1"
22

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

.github/release-body.md

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

3-
- Changelog is https://github.com/attakei/sass-embedded-python/blob/v0.1.0/CHANGES.rst
4-
- Source changes is not exists
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

CHANGES.rst

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

4+
:Release date: 2025-06-21 (Asia/Tokyo)
5+
:Dart Sass version: 1.87.0
6+
7+
This does not have source changes.
8+
9+
Others
10+
------
11+
12+
* Add links on PyPI page.
13+
14+
ver 0.1.0
15+
===={% for _ in current_version %}={% endfor %}
16+
417
:Release date: 2025-04-26 (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.0"
3+
version = "0.1.1"
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.0"
3+
__version__ = "0.1.1"
44

55
from .simple import compile_directory, compile_file, compile_string
66

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)