Skip to content

Commit

Permalink
chore(release): 3.180.0
Browse files Browse the repository at this point in the history
# [@appland/appmap-v3.180.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.179.0...@appland/appmap-v3.180.0) (2024-12-18)

### Bug Fixes

* Add end line in snippet locations ([1d52bff](1d52bff))
* Allow pinning files outside source directories ([2c41140](2c41140))
* Always make location relative in context items ([959d57f](959d57f))
* Collect only a snippet if the requested file would be too large ([ce0a324](ce0a324))
* Don't allow location lookup to go outside of source directories ([b911dab](b911dab))
* Get rid of ./ when listing project root directories ([526b9c4](526b9c4))
* Handle location requests with 0 as the starting line ([8efb2aa](8efb2aa))
* Skip binary files when collecting context ([2f06be2](2f06be2))

### Features

* Allow looking up directory listings when collecting context ([b1f8441](b1f8441))
  • Loading branch information
appland-release committed Dec 18, 2024
1 parent 5f8503e commit 789493e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [@appland/appmap-v3.180.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.179.0...@appland/appmap-v3.180.0) (2024-12-18)


### Bug Fixes

* Add end line in snippet locations ([1d52bff](https://github.com/getappmap/appmap-js/commit/1d52bff1f8379b62d919941c0738649ef1ed8066))
* Allow pinning files outside source directories ([2c41140](https://github.com/getappmap/appmap-js/commit/2c4114047c4c61595f3bfe5d7f3ec1697e6be3ea))
* Always make location relative in context items ([959d57f](https://github.com/getappmap/appmap-js/commit/959d57f780bc7d125fb315e87294e36849ae7295))
* Collect only a snippet if the requested file would be too large ([ce0a324](https://github.com/getappmap/appmap-js/commit/ce0a3249df46b4d03d32b493b28dc34eedac8287))
* Don't allow location lookup to go outside of source directories ([b911dab](https://github.com/getappmap/appmap-js/commit/b911dabda7c0494daedc7152215fd67b2d2683af))
* Get rid of ./ when listing project root directories ([526b9c4](https://github.com/getappmap/appmap-js/commit/526b9c4d89e0b658210237cac301b61f43e17302))
* Handle location requests with 0 as the starting line ([8efb2aa](https://github.com/getappmap/appmap-js/commit/8efb2aa10fc12e800ff6380af262c2686c49c16f))
* Skip binary files when collecting context ([2f06be2](https://github.com/getappmap/appmap-js/commit/2f06be21def666fc07800ee5f9be15e2516a19eb))


### Features

* Allow looking up directory listings when collecting context ([b1f8441](https://github.com/getappmap/appmap-js/commit/b1f8441b07ae3619b2279bc4fe3c90e7afe4ee8d))

# [@appland/appmap-v3.179.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.178.0...@appland/appmap-v3.179.0) (2024-12-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appland/appmap",
"version": "3.179.0",
"version": "3.180.0",
"description": "",
"bin": "built/cli.js",
"engines": {
Expand Down

0 comments on commit 789493e

Please sign in to comment.