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 .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.6.0"}
{".":"0.7.0"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.7.0](https://github.com/dimensionalpocket/dps-config/compare/0.6.0...0.7.0) (2026-02-06)


### Features

* add Bun support and update repository URLs ([#20](https://github.com/dimensionalpocket/dps-config/issues/20)) ([5bc80e6](https://github.com/dimensionalpocket/dps-config/commit/5bc80e69ac044afb4a7d424e47da7a7c3b4916fe))

## [0.6.0](https://github.com/dimensionalpocket/dps-config/compare/0.5.0...0.6.0) (2026-02-06)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dps-config"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
authors = ["Dimensional Pocket"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dimensionalpocket/dps-config",
"version": "0.6.0",
"version": "0.7.0",
"description": "Configuration management for the DPS ecosystem",
"main": "src/index.ts",
"type": "module",
Expand Down