Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hellovai committed Jan 9, 2025
1 parent 7165331 commit 518c5e4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

<info>BAML generally gets an update every Monday.</info>

All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

## [0.72.0](https://github.com/boundaryml/baml/compare/0.71.1..0.71.2) - 2025-01-07
Expand Down Expand Up @@ -190,8 +192,6 @@ All notable changes to this project will be documented in this file. See [conven

- **New Documentation Structure**: Introduced version 3 of the documentation, enhancing clarity and organization. ([#1118](https://github.com/boundaryml/baml/commit/bab2767414172dd632437a57631c4cee04910518))

Co-authored by: Vaibhav Gupta <vbv@boundaryml.com>, Antonio Sarosi <sarosiantonio@gmail.com>

### Bug Fixes

- **Python Type Handling**: Moved Python Checked and Check types into `baml_client` for better type management. ([#1122](https://github.com/boundaryml/baml/commit/0ccf473fd821d25d431bbf4341c4e837967104bf))
Expand Down Expand Up @@ -399,7 +399,7 @@ Shout outs to Nico for fixing some internal Rust dependencies, and to Lorenz for

### Bug Fixes

- show actionable errors for string[]? and map<...>? type validation (#946) - ([48879c0](https://github.com/boundaryml/baml/commit/48879c0744f79b482ef0d2b0624464053558ada4)) - Samuel Lijin
- show actionable errors for string[]? and map&gt;...>? type validation (#946) - ([48879c0](https://github.com/boundaryml/baml/commit/48879c0744f79b482ef0d2b0624464053558ada4)) - Samuel Lijin

### Documentation

Expand Down Expand Up @@ -793,4 +793,3 @@ The default base URL for the Gemini provider has been updated to v1beta. This ch

- check for updates on the hour (#434) - ([c70a3b3](https://github.com/boundaryml/baml/commit/c70a3b373cb2346a0df9a1eba0ebacb74d59b53e)) - Samuel Lijin

<!-- generated by git-cliff -->
14 changes: 10 additions & 4 deletions fern/pages/changelog.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
title: Changelog
---

<info>
BAML generally gets an update every Monday.
</info>


All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

## [0.72.0](https://github.com/boundaryml/baml/compare/0.71.1..0.71.2) - 2025-01-07
Expand Down Expand Up @@ -188,8 +197,6 @@ All notable changes to this project will be documented in this file. See [conven

- **New Documentation Structure**: Introduced version 3 of the documentation, enhancing clarity and organization. ([#1118](https://github.com/boundaryml/baml/commit/bab2767414172dd632437a57631c4cee04910518))

Co-authored by: Vaibhav Gupta <vbv@boundaryml.com>, Antonio Sarosi <sarosiantonio@gmail.com>

### Bug Fixes

- **Python Type Handling**: Moved Python Checked and Check types into `baml_client` for better type management. ([#1122](https://github.com/boundaryml/baml/commit/0ccf473fd821d25d431bbf4341c4e837967104bf))
Expand Down Expand Up @@ -397,7 +404,7 @@ Shout outs to Nico for fixing some internal Rust dependencies, and to Lorenz for

### Bug Fixes

- show actionable errors for string[]? and map<...>? type validation (#946) - ([48879c0](https://github.com/boundaryml/baml/commit/48879c0744f79b482ef0d2b0624464053558ada4)) - Samuel Lijin
- show actionable errors for string[]? and map&gt;...>? type validation (#946) - ([48879c0](https://github.com/boundaryml/baml/commit/48879c0744f79b482ef0d2b0624464053558ada4)) - Samuel Lijin

### Documentation

Expand Down Expand Up @@ -791,4 +798,3 @@ The default base URL for the Gemini provider has been updated to v1beta. This ch

- check for updates on the hour (#434) - ([c70a3b3](https://github.com/boundaryml/baml/commit/c70a3b373cb2346a0df9a1eba0ebacb74d59b53e)) - Samuel Lijin

<!-- generated by git-cliff -->
4 changes: 4 additions & 0 deletions tools/bump-version
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,11 @@ while true; do
fi
done

cp CHANGELOG.md ${_repo_root}/fern/pages/changelog.mdx
sed -i '' '1s/.*/---\ntitle: Changelog\n---/' ./fern/pages/changelog.mdx

git add CHANGELOG.md
git add fern/pages/changelog.mdx
git commit --amend --no-edit

# Now run the build scripts for python and typescript integ tests
Expand Down

0 comments on commit 518c5e4

Please sign in to comment.