Skip to content

Commit

Permalink
chore: release dfx-core 0.1.0 (#3977)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswanson-dfinity authored Nov 8, 2024
1 parent 72cb257 commit 985bd83
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
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.

19 changes: 19 additions & 0 deletions src/dfx-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.1] - 2024-11-08

### Added

- get_version_from_cache_path function to get the version from the cache path
- DfxInterfaceBuilder: with_extension_manager and with_extension_manager_from_cache_path methods

## [0.1.0] - 2024-09-01

Initial Version
2 changes: 1 addition & 1 deletion src/dfx-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dfx-core"
version = "0.1.0"
version = "0.1.1"
authors.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down

0 comments on commit 985bd83

Please sign in to comment.