Skip to content

Commit 2eb0e17

Browse files
author
mwasilew
committed
fix: [general]: Update project version to 1.0.0
1 parent 95c2a4d commit 2eb0e17

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Diff for: CHANGELOG.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [1.0.0]
99
### Added
10-
- Lexer
11-
- Token types T_LITERAL, T_IMAGE_URL, T_IMAGE_SIZE_TAG, T_EOF
10+
- demo_cats and demo_dogs projects
11+
- TokenToStringConverter
12+
- ImagePropertiesTagReplacer
13+
- Lexer

Diff for: setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
description="MkDocs plugin for managing image sizes",
66
packages=find_packages(),
77
install_requires=["mkdocs>=1.0"],
8+
version="1.0.0",
89
entry_points={
910
"mkdocs.plugins": [
1011
"image-formatter = image_formatter.image_formatter_plugin.image_formatter_plugin:ImageFormatterPlugin",

0 commit comments

Comments
 (0)