Skip to content

Commit 58dea96

Browse files
chore(main): release 1.1.0 (#9)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 00702c7 commit 58dea96

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.1.0](https://github.com/OpenOmics/snakevision/compare/v1.0.0...v1.1.0) (2026-05-02)
8+
9+
10+
### Features
11+
12+
* adding new modules to animate SVG and add interactivity. ([00702c7](https://github.com/OpenOmics/snakevision/commit/00702c722a8c7c2fd38a0e7dcf5ce5f45ee7965d))
13+
14+
15+
### Documentation
16+
17+
* updating badge to use image shield over zenodo. ([e097213](https://github.com/OpenOmics/snakevision/commit/e0972130b1756f79379f91c9be1058e086ae63bb))
18+
719
## [1.0.0](https://github.com/OpenOmics/snakevision/compare/v0.1.0...v1.0.0) (2026-03-12)
820

921

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "snakevision"
7-
version = "1.0.0"
7+
version = "1.1.0"
88
description = "A tool to visualize Snakemake workflows."
99
authors = [
1010
{ name = "Skyler Kuhn" },

snakevision/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
- Release Please: https://github.com/googleapis/release-please
1313
"""
1414
# Package version information
15-
__version__ = "1.0.0" # {x-release-please-version}
15+
__version__ = "1.1.0" # {x-release-please-version}

0 commit comments

Comments
 (0)