Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dcs_core/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.9.8"
__version__ = "0.9.9"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dcs-core"
version = "0.9.8"
version = "0.9.9"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

Add release notes and update PR description.

The version bump lacks accompanying documentation. A proper release should include a changelog entry describing what's included in v0.9.9 (bug fixes, new features, breaking changes, etc.).

The PR description is also placeholder boilerplate. Update it to document the scope of this release for users and maintainers. Additionally, if the repository maintains a CHANGELOG file, add an entry for v0.9.9 with user-facing release notes.

🤖 Prompt for AI Agents
In pyproject.toml around line 3, the version was bumped to "0.9.9" but no
release notes or PR description were provided; update the repository by adding a
user-facing changelog entry for v0.9.9 describing bug fixes, new features, and
any breaking changes, update the PR description to summarize the scope and
impact of the release, and if a CHANGELOG.md (or similar) exists add a properly
formatted v0.9.9 entry with dates and concise notes so maintainers and users can
understand what changed.

description = "Open Source Data Quality Monitoring"
license = "Apache-2.0"
authors = [
Expand Down
Loading