Skip to content

Commit ed685f9

Browse files
committed
Siva | prepare for v1.1.4 release
1 parent ba3ad8d commit ed685f9

File tree

4 files changed

+18
-15
lines changed

4 files changed

+18
-15
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ 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+
## [1.1.4]
9+
10+
### Added
11+
12+
- Custom MkDocs theme overrides for enhanced SEO and social media integration
13+
- Comprehensive meta tags including Open Graph and Twitter Card support for better link previews
14+
- Structured data (JSON-LD) with SoftwareApplication schema for improved search engine visibility
15+
- Dynamic keywords meta tag support that combines page-specific and global keywords
16+
17+
### Changed
18+
19+
- Fixed Open Graph image URL in documentation to use correct repository path
20+
- Synchronized keywords between `pyproject.toml` and `mkdocs.yml` for consistent SEO across PyPI and documentation
21+
- Configured MkDocs to use custom theme directory for template customization
22+
823
## [1.1.3]
924

1025
### Fixed
@@ -89,6 +104,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
89104
- Immutable container protection (tuples cannot be modified)
90105
- Safe list deletion (requires explicit `allow_list_mutation=True` flag)
91106

107+
[1.1.4]: https://github.com/ysskrishna/nestedutils/releases/tag/v1.1.4
92108
[1.1.3]: https://github.com/ysskrishna/nestedutils/releases/tag/v1.1.3
93109
[1.1.2]: https://github.com/ysskrishna/nestedutils/releases/tag/v1.1.2
94110
[1.1.1]: https://github.com/ysskrishna/nestedutils/releases/tag/v1.1.1

CONTRIBUTING.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,6 @@
22

33
Thank you for your interest in contributing to `nestedutils`! This guide will help you get started with development and understand how to contribute effectively.
44

5-
## Table of Contents
6-
7-
- [Code of Conduct](#code-of-conduct)
8-
- [Getting Started](#getting-started)
9-
- [Development Setup](#development-setup)
10-
- [Making Changes](#making-changes)
11-
- [Testing](#testing)
12-
- [Submitting Changes](#submitting-changes)
13-
- [Code Style](#code-style)
14-
- [Building the Package](#building-the-package)
15-
- [Documentation](#documentation)
16-
- [Additional Resources](#additional-resources)
17-
185
## Code of Conduct
196

207
This project adheres to a code of conduct that all contributors are expected to follow. Please be respectful, inclusive, and constructive in all interactions.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "nestedutils"
3-
version = "1.1.3"
3+
version = "1.1.4"
44
description = "The lightweight Python library for safe, simple, dot-notation access to nested dicts and lists. Effortlessly get, set, and delete values deep in your complex JSON, API responses, and config files without verbose error-checking or handling KeyError exceptions."
55
readme = "README.md"
66
requires-python = ">=3.8"

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)